mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 12:55:13 +00:00
Initial commit
This commit is contained in:
24
manifest.json
Normal file
24
manifest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Hide Cringe",
|
||||
"version": "1.0",
|
||||
"description": "Hides cringe",
|
||||
"permissions": ["activeTab", "declarativeContent", "storage"],
|
||||
"background": {
|
||||
"scripts": [
|
||||
"background.js"
|
||||
],
|
||||
"persistent": false
|
||||
},
|
||||
"page_action": {
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"manifest_version": 2,
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*.vk.com/*"
|
||||
],
|
||||
"js": ["hide_element.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user