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

Unified Diff: tests/expecteddata/manifest_edge_devenv.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
Index: tests/expecteddata/manifest_edge_devenv.json
===================================================================
--- a/tests/expecteddata/manifest_edge_devenv.json
+++ b/tests/expecteddata/manifest_edge_devenv.json
@@ -15,7 +15,7 @@
"53": "icons/abp-53.png"
},
"default_popup": "popup.html",
- "default_title": "__MSG_name__"
+ "default_title": "Adblock Plus"
},
"content_scripts": [
{
@@ -52,7 +52,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"
],
@@ -63,7 +63,7 @@
"https://*/*",
"contextMenus"
],
- "short_name": "__MSG_name__",
+ "short_name": "Adblock Plus",
"storage": {
"managed_schema": "storage.json"
},
@@ -71,4 +71,4 @@
"web_accessible_resources": [
"images/*.png"
]
-}
+}
« no previous file with comments | « tests/expecteddata/manifest_edge_development_build.json ('k') | tests/expecteddata/manifest_edge_release_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld