added icons to ff and chrome

This commit is contained in:
DARKDRAGON532
2021-11-24 21:20:43 +05:30
parent aea4c1f8e5
commit 6e080a65e9
7 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
*.idea
*Backend
*cert
.DS_Store
StaticSite/.editorconfig
StaticSite/package-lock.json
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

+4
View File
@@ -6,6 +6,10 @@
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"host_permissions": ["*://*.youtube.com/*"],
"action": {
"default_popup": "popup.html"
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

+4
View File
@@ -6,6 +6,10 @@
"background": {
"scripts": ["background.js"]
},
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": ["activeTab", "*://*.youtube.com/*"],
"browser_action": {
"default_popup": "popup.html"