mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 21:05:16 +00:00
Added icons
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"name": "Hide Cringe",
|
||||
"icons": {
|
||||
"128": "icon128.png",
|
||||
"48": "icon48.png"
|
||||
},
|
||||
"version": "1.0",
|
||||
"description": "Hides cringe",
|
||||
"permissions": ["activeTab", "declarativeContent", "storage"],
|
||||
@@ -15,10 +19,12 @@
|
||||
"manifest_version": 2,
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*.vk.com/*"
|
||||
],
|
||||
"matches": ["https://*.vk.com/*"],
|
||||
"js": ["hide_element.js"]
|
||||
},
|
||||
{
|
||||
"matches": ["https://*.vk.com/*"],
|
||||
"js": ["controls.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user