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

Unified Diff: tests/expecteddata/manifest_edge_True_None.json

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Simplifying parameters Created Sept. 21, 2017, 11:27 a.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
Index: tests/expecteddata/manifest_edge_True_None.json
diff --git a/tests/expecteddata/manifest_edge_True_None.json b/tests/expecteddata/manifest_edge_True_None.json
new file mode 100644
index 0000000000000000000000000000000000000000..28f015eb03a53419d6ea15719259f83ccd01dc2c
--- /dev/null
+++ b/tests/expecteddata/manifest_edge_True_None.json
@@ -0,0 +1,23 @@
+{
+ "author": "eyeo GmbH",
+ "background": {
+ "persistent": true,
+ "scripts": [
+ "lib/info.js"
+ ]
+ },
+ "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"
+}

Powered by Google App Engine
This is Rietveld