mirror of
https://github.com/Alvin-Zilverstand/return-youtube-dislike.git
synced 2026-09-12 09:58:20 +02:00
added icons to ff and chrome
This commit is contained in:
@@ -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 |
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user