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

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

Issue 430003: Revert change that disallowed content scripts access to file:// (Closed)
Patch Set: Can't go back, only through Created 11 years, 1 month 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
OLDNEW
1 { 1 {
2 "background_page": "background.html", 2 "background_page": "background.html",
3 "content_scripts": [ { 3 "content_scripts": [ {
4 "js": [ "script.js" ], 4 "js": [ "script.js" ],
5 "matches": [ "http://*/*" ] 5 "matches": [ "http://*/*", "file://*.*" ]
6 } ], 6 } ],
7 "description": "Hreggvi\u00F0ur: l10n page action", 7 "description": "Hreggvi\u00F0ur: l10n page action",
8 "name": "Hreggvi\u00F0ur is my name", 8 "name": "Hreggvi\u00F0ur is my name",
9 "page_action": { 9 "page_action": {
10 "default_title": "Hreggvi\u00F0ur", 10 "default_title": "Hreggvi\u00F0ur",
11 "default_icon": "chrome-16.png" 11 "default_icon": "chrome-16.png"
12 }, 12 },
13 "permissions": [ "http://*/*" ], 13 "permissions": [ "http://*/*" ],
14 "version": "1.0" 14 "version": "1.0"
15 } 15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698