Skip to content

Commit

Permalink
Firefox manifest v3 (#42)
Browse files Browse the repository at this point in the history
* tests

* Manifest v3 for firefox
  • Loading branch information
Rakambda authored Dec 29, 2022
1 parent 840a6a4 commit 501fafd
Show file tree
Hide file tree
Showing 149 changed files with 780 additions and 420 deletions.
4 changes: 2 additions & 2 deletions Mozilla-libs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Library used:

jQuery from https://github.com/jquery/jquery/releases/tag/3.6.0
Amcharts from https://github.com/amcharts/amcharts4/releases/tag/4.10.9
Amcharts from https://github.com/amcharts/amcharts4/releases/tag/4.10.32
Bootstrap from https://github.com/twbs/bootstrap/releases/tag/v4.6.1
Popper.js from https://github.com/popperjs/popper.js/releases/tag/v1.16.1
DropboxSDK from https://github.com/dropbox/dropbox-sdk-js/releases/tag/v10.27.0
DropboxSDK from https://github.com/dropbox/dropbox-sdk-js/releases/tag/v10.34.0
9 changes: 6 additions & 3 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArlHZIpWVXeiGgvlg/O1XIOvR4wJfm4UVgjlq2YjMQZjPsH/ETsy18topZnnYjrszs7cdKdNP3Nx9t+n50lmQMHsw+BYfWJ4w4ydCQCxC6YD+ce//kOOQF3JFHyfNwka0/AGGa0MUkDXEAvG0qkFFe0ahfZ8UCTssXU8suPKN6PFQcGeOQ0JTCyd/J/a+uCybBagusBnpKloEMCdSFMNpvul5iv2Jo374e0KNFnxehS0BdKf6R2QVyVlg1ju10I5Pcmgrq9Y1qhBGa5Fs/DUs51tjiQF7ThUTZLeU1kL2Silo1I9DTHX820zhwLm+XGlstZIUS2gUMKeGUNb9Fca+hQIDAQAB",
"permissions": [
"storage",
"downloads",
"notifications",
"unlimitedStorage",
"identity"
],
"optional_permissions": [
"notifications",
"downloads"
],
"host_permissions": [
"https://youtube.com/*",
"https://www.youtube.com/*",
Expand All @@ -31,7 +33,8 @@
"24": "assets/icon48.png",
"32": "assets/icon128.png"
},
"default_popup": "popup.html"
"default_popup": "popup.html",
"default_title": "YoutubeTracker"
},
"content_scripts": [
{
Expand Down
6 changes: 4 additions & 2 deletions chromeBeta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgQG3/oewtkQuMHOb6RKaEYtGWgd4Iv7tYZnO/cdr8/FoBg26DpRM0tTBI1KDeF8I30yVpsKcNjWh6t86iL3P0yROKGuEyhUZIrJIitoROzxyiowscYtfAJFlzwo/dbGr4eEPMuOdzMvl5J7bNPaZGJoXAHYt5auAjJzI7ZQtSxRA+iv3PWFsR1nmNcIhRmV0wP2W43OtFAKclmXuB3YAbzCf42Mtb2oD8FjHpmLWcnHrYggMWr0CQidphB5b9xtx6kgTCSb2LaNfOv1Q9L9MVQbhWw+NPLMves4OltwK3D+0gPbI2ulizSo6CLEPLTGcpn8JE/Xuc/9cRR7q5Kf3WQIDAQAB",
"permissions": [
"storage",
"downloads",
"notifications",
"unlimitedStorage",
"identity"
],
"optional_permissions": [
"notifications",
"downloads"
],
"host_permissions": [
"https://youtube.com/*",
"https://www.youtube.com/*",
Expand Down
Loading

0 comments on commit 501fafd

Please sign in to comment.