| Index: tests/expecteddata/manifest_edge_build.json |
| diff --git a/tests/expecteddata/manifest_edge_build.json b/tests/expecteddata/manifest_edge_build.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cb5ae48f629bc73c87371cdf3b386e9887919e3e |
| --- /dev/null |
| +++ b/tests/expecteddata/manifest_edge_build.json |
| @@ -0,0 +1,37 @@ |
| +{ |
| + "author": "eyeo GmbH", |
| + "background": { |
| + "persistent": true, |
| + "scripts": [ |
| + "lib/info.js" |
| + ] |
| + }, |
| + "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__", |
| + "manifest_version": 2, |
| + "minimum_edge_version": "37.14332.1000.0", |
| + "name": "__MSG_name_devbuild__", |
| + "options_page": "options.html", |
| + "permissions": [ |
| + "tabs", |
| + "http://*/*", |
| + "https://*/*", |
| + "contextMenus" |
| + ], |
| + "short_name": "__MSG_name__", |
| + "version": "1.2.3.1337" |
| +} |