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

Side by Side Diff: chrome/test/data/extensions/good/Preferences

Issue 7574017: Make extension file URL access opt-in. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep LOAD the same Created 9 years, 4 months 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 "extensions": { 2 "extensions": {
3 "settings": { 3 "settings": {
4 "behllobkkfkfnphdnhnkndlbkcpglgmj": { 4 "behllobkkfkfnphdnhnkndlbkcpglgmj": {
5 "location": 1, 5 "location": 1,
6 "path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0", 6 "path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0",
7 "granted_permissions": { 7 "granted_permissions": {
8 "full": false, 8 "full": false,
9 "api": ["tabs"], 9 "api": ["tabs"],
10 "host": ["file://*", "http://*.google.com/*", "https://*.google.co m/*", "http://*.news.com/*"] 10 "host": ["file://*", "http://*.google.com/*", "https://*.google.co m/*", "http://*.news.com/*"]
11 }, 11 },
12 "state": 1, 12 "state": 1,
13 "allowFileAccess": true, 13 "newAllowFileAccess": true,
14 "manifest": { 14 "manifest": {
15 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pu e7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPe e4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", 15 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pu e7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPe e4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
16 "version": "1.0.0.0", 16 "version": "1.0.0.0",
17 "name": "My extension 1", 17 "name": "My extension 1",
18 "description": "The first extension that I made.", 18 "description": "The first extension that I made.",
19 "icons": { 19 "icons": {
20 "128": "icon_128.png" 20 "128": "icon_128.png"
21 }, 21 },
22 "default_locale": "en_US", 22 "default_locale": "en_US",
23 "background_page": "backgroundpage.html", 23 "background_page": "backgroundpage.html",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "plugins": [ 66 "plugins": [
67 { "path": "content_plugin.dll", "public": true }, 67 { "path": "content_plugin.dll", "public": true },
68 { "path": "extension_plugin.dll" } 68 { "path": "extension_plugin.dll" }
69 ], 69 ],
70 "background_page": "background.html" 70 "background_page": "background.html"
71 } 71 }
72 } 72 }
73 } 73 }
74 } 74 }
75 } 75 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/test/data/extensions/permissions/files/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698