Skip to content

Commit 501fafd

Browse files
authored
Firefox manifest v3 (#42)
* tests * Manifest v3 for firefox
1 parent 840a6a4 commit 501fafd

File tree

149 files changed

+780
-420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+780
-420
lines changed

Mozilla-libs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Library used:
22

33
jQuery from https://github.com/jquery/jquery/releases/tag/3.6.0
4-
Amcharts from https://github.com/amcharts/amcharts4/releases/tag/4.10.9
4+
Amcharts from https://github.com/amcharts/amcharts4/releases/tag/4.10.32
55
Bootstrap from https://github.com/twbs/bootstrap/releases/tag/v4.6.1
66
Popper.js from https://github.com/popperjs/popper.js/releases/tag/v1.16.1
7-
DropboxSDK from https://github.com/dropbox/dropbox-sdk-js/releases/tag/v10.27.0
7+
DropboxSDK from https://github.com/dropbox/dropbox-sdk-js/releases/tag/v10.34.0

chrome/manifest.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArlHZIpWVXeiGgvlg/O1XIOvR4wJfm4UVgjlq2YjMQZjPsH/ETsy18topZnnYjrszs7cdKdNP3Nx9t+n50lmQMHsw+BYfWJ4w4ydCQCxC6YD+ce//kOOQF3JFHyfNwka0/AGGa0MUkDXEAvG0qkFFe0ahfZ8UCTssXU8suPKN6PFQcGeOQ0JTCyd/J/a+uCybBagusBnpKloEMCdSFMNpvul5iv2Jo374e0KNFnxehS0BdKf6R2QVyVlg1ju10I5Pcmgrq9Y1qhBGa5Fs/DUs51tjiQF7ThUTZLeU1kL2Silo1I9DTHX820zhwLm+XGlstZIUS2gUMKeGUNb9Fca+hQIDAQAB",
1515
"permissions": [
1616
"storage",
17-
"downloads",
18-
"notifications",
1917
"unlimitedStorage",
2018
"identity"
2119
],
20+
"optional_permissions": [
21+
"notifications",
22+
"downloads"
23+
],
2224
"host_permissions": [
2325
"https://youtube.com/*",
2426
"https://www.youtube.com/*",
@@ -31,7 +33,8 @@
3133
"24": "assets/icon48.png",
3234
"32": "assets/icon128.png"
3335
},
34-
"default_popup": "popup.html"
36+
"default_popup": "popup.html",
37+
"default_title": "YoutubeTracker"
3538
},
3639
"content_scripts": [
3740
{

chromeBeta/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgQG3/oewtkQuMHOb6RKaEYtGWgd4Iv7tYZnO/cdr8/FoBg26DpRM0tTBI1KDeF8I30yVpsKcNjWh6t86iL3P0yROKGuEyhUZIrJIitoROzxyiowscYtfAJFlzwo/dbGr4eEPMuOdzMvl5J7bNPaZGJoXAHYt5auAjJzI7ZQtSxRA+iv3PWFsR1nmNcIhRmV0wP2W43OtFAKclmXuB3YAbzCf42Mtb2oD8FjHpmLWcnHrYggMWr0CQidphB5b9xtx6kgTCSb2LaNfOv1Q9L9MVQbhWw+NPLMves4OltwK3D+0gPbI2ulizSo6CLEPLTGcpn8JE/Xuc/9cRR7q5Kf3WQIDAQAB",
1515
"permissions": [
1616
"storage",
17-
"downloads",
18-
"notifications",
1917
"unlimitedStorage",
2018
"identity"
2119
],
20+
"optional_permissions": [
21+
"notifications",
22+
"downloads"
23+
],
2224
"host_permissions": [
2325
"https://youtube.com/*",
2426
"https://www.youtube.com/*",

0 commit comments

Comments
 (0)