Index: tests/expecteddata/manifest_gecko-webext_release_None.json |
diff --git a/tests/expecteddata/manifest_gecko-webext_release_None.json b/tests/expecteddata/manifest_gecko-webext_release_None.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fae97846d47daadb98046d0c1598292d6ef6af3a |
--- /dev/null |
+++ b/tests/expecteddata/manifest_gecko-webext_release_None.json |
@@ -0,0 +1,68 @@ |
+{ |
+ "applications": { |
+ "gecko": { |
+ "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}", |
+ "strict_min_version": "50.0" |
+ } |
+ }, |
+ "author": "eyeo GmbH", |
+ "background": { |
+ "persistent": true, |
+ "scripts": [ |
+ "ext/common.js", |
+ "ext/background.js" |
+ ] |
+ }, |
+ "browser_action": { |
+ "default_icon": { |
+ "16": "icons/abp-16.png", |
+ "19": "icons/abp-19.png", |
+ "53": "icons/abp-53.png" |
+ }, |
+ "default_popup": "popup.html", |
+ "default_title": "__MSG_name__" |
+ }, |
+ "content_scripts": [ |
+ { |
+ "all_frames": true, |
+ "js": [ |
+ "content.js" |
+ ], |
+ "match_about_blank": true, |
+ "matches": [ |
+ "http://*/*", |
+ "https://*/*" |
+ ], |
+ "run_at": "planets" |
+ } |
+ ], |
+ "default_locale": "en_US", |
+ "description": "__MSG_description__", |
+ "devtools_page": "devtools.html", |
+ "icons": { |
+ "16": "icons/abp-16.png" |
+ }, |
+ "manifest_version": 2, |
+ "minimum_chrome_version": "49.0", |
+ "minimum_opera_version": "36.0", |
+ "name": "__MSG_name__", |
+ "optional_permissions": [ |
+ "webRequest" |
+ ], |
+ "options_ui": { |
+ "open_in_tab": true, |
+ "page": "options.html" |
+ }, |
+ "permissions": [ |
+ "tabs", |
+ "<all_urls>" |
+ ], |
+ "short_name": "__MSG_name__", |
+ "storage": { |
+ "managed_schema": "storage.json" |
+ }, |
+ "version": "1.2.3", |
+ "web_accessible_resources": [ |
+ "images/*.png" |
+ ] |
+} |