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

Side by Side Diff: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.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 "id": "bjafgdebaacbbbecmhlhpofkepfkgcpa", 2 "id": "bjafgdebaacbbbecmhlhpofkepfkgcpa",
3 "version": "1.0", 3 "version": "1.0",
4 "name": "My extension 3", 4 "name": "My extension 3",
5 "enabled": true, 5 "enabled": true,
6 "description": "", 6 "description": "",
7 "permissions": [], 7 "permissions": [],
8 "allow_reload": false, 8 "allow_reload": false,
9 "order": 2, 9 "order": 2,
10 "content_scripts": [ 10 "content_scripts": [
11 { 11 {
12 "matches": ["http://localhost/*"], 12 "matches": ["file://*"],
13 "js": ["page.js"] 13 "js": ["page.js"]
14 } 14 }
15 ], 15 ],
16 "views": [] 16 "views": []
17 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698