-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub actions and developer docs with new repository name
Repository is a fork from [privacypass/challenge-bypass-extension](https://githupb.com/privacypass/challenge-bypass-extension). This commit updates GitHub actions to reflect this. Developer docs also have been updated to reflect this change.
- Loading branch information
Showing
8 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
## Directory Structure | ||
|
||
``` | ||
challenge-bypass-extension | ||
pp-browser-extension | ||
├──📂 platform: Contains platform specific assets, such as manifest for browsers, or brackground and service worker script used by each platform. | ||
├──📂 public: Contains all the assets which are neither the business logic files nor the style sheets. | ||
└──📂 src: Contains all the business logic files and the style sheets. | ||
└──📂 privacypass: The business logic of the extension service worker. | ||
└──📂 blindrsa: The cryptographic library for RSA operations. | ||
└──📂 popup: The web app for the popup in the browser toolbar. | ||
└──📂 background: The business logic of the extension service worker. | ||
└──📂 common: The shared logic between the extension background script and its options context. | ||
└──📂 options: The web app defining option page in the browser settings. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters