Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Side by Side Diff: chrome/test/data/extensions/browsertest/title_localized/manifest.json

Issue 8784009: Update more extension manifests to manifest_version 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "description": "Hreggvi\u00F0ur: l10n browser action", 2 "description": "Hreggvi\u00F0ur: l10n browser action",
3 "name": "Hreggvi\u00F0ur is my name", 3 "name": "Hreggvi\u00F0ur is my name",
4 "browser_action": { 4 "browser_action": {
5 "default_title": "Hreggvi\u00F0ur", 5 "default_title": "Hreggvi\u00F0ur",
6 "default_icon": "chrome-16.png" 6 "default_icon": "chrome-16.png"
7 }, 7 },
8 "permissions": [ "http://*/*" ], 8 "permissions": [ "http://*/*" ],
9 "manifest_version": 2,
9 "version": "1.0" 10 "version": "1.0"
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698