From 9e9da6a9e9849b261ce10f24ba6855910141cf51 Mon Sep 17 00:00:00 2001 From: Alexey Galkin Date: Wed, 26 Dec 2018 02:19:35 +0300 Subject: [PATCH] Add manifest file --- manifest.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c8783aa --- /dev/null +++ b/manifest.json @@ -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": "noAds@sovetromantica.com", + "strict_min_version": "45.0" + } + }, + + "permissions": [ + "activeTab", + "contextMenus" + ], + + "content_scripts": [ + { + "matches": ["*://*.sovetromantica.com/*"], + "js": ["removeAdv.js"] + } + ] + +} \ No newline at end of file