Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Add manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
molecul committed Dec 25, 2018
1 parent 4e73108 commit 9e9da6a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{

"manifest_version": 2,
"name": "NoAdsOnSovetRomantica",
"version": "1.0.2",

"description": "Cайт sovetromantica.com без рекламы",
"icons": {
"32": "icons/icon32.png"
},

"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
}
},

"permissions": [
"activeTab",
"contextMenus"
],

"content_scripts": [
{
"matches": ["*://*.sovetromantica.com/*"],
"js": ["removeAdv.js"]
}
]

}

0 comments on commit 9e9da6a

Please sign in to comment.