Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/expecteddata/manifest_edge_release.json

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Rebasing against current master (502:7e896c368056) Created Oct. 17, 2017, 12:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/expecteddata/manifest_edge_build.json ('k') | tests/expecteddata/manifest_gecko_build.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expecteddata/manifest_edge_release.json
diff --git a/tests/expecteddata/manifest_edge_release.json b/tests/expecteddata/manifest_edge_release.json
new file mode 100644
index 0000000000000000000000000000000000000000..f7e6b8d688ed777ff0518aa714e4675c011894ca
--- /dev/null
+++ b/tests/expecteddata/manifest_edge_release.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__",
+ "options_page": "options.html",
+ "permissions": [
+ "tabs",
+ "http://*/*",
+ "https://*/*",
+ "contextMenus"
+ ],
+ "short_name": "__MSG_name__",
+ "version": "1.2.3"
+}
« no previous file with comments | « tests/expecteddata/manifest_edge_build.json ('k') | tests/expecteddata/manifest_gecko_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld