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

Unified Diff: tests/expecteddata/manifest_edge_release_build.json

Issue 29931564: Issue 7080 - Don't tranlsate product name in builds for Microsoft Edge (Closed)
Patch Set: Rebased Created Oct. 31, 2018, 6:31 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_devenv.json ('k') | tests/test_packagerWebExt.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expecteddata/manifest_edge_release_build.json
===================================================================
--- a/tests/expecteddata/manifest_edge_release_build.json
+++ b/tests/expecteddata/manifest_edge_release_build.json
@@ -14,7 +14,7 @@
"53": "icons/abp-53.png"
},
"default_popup": "popup.html",
- "default_title": "__MSG_name__"
+ "default_title": "Adblock Plus"
},
"content_scripts": [
{
@@ -51,7 +51,7 @@
"minimum_chrome_version": "49.0",
"minimum_edge_version": "37.14332.1000.0",
"minimum_opera_version": "36.0",
- "name": "__MSG_name__",
+ "name": "Adblock Plus",
"optional_permissions": [
"webRequest"
],
@@ -62,7 +62,7 @@
"https://*/*",
"contextMenus"
],
- "short_name": "__MSG_name__",
+ "short_name": "Adblock Plus",
"storage": {
"managed_schema": "storage.json"
},
@@ -70,4 +70,4 @@
"web_accessible_resources": [
"images/*.png"
]
-}
+}
« no previous file with comments | « tests/expecteddata/manifest_edge_devenv.json ('k') | tests/test_packagerWebExt.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld