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

Side by Side Diff: chrome/browser/resources/hotword/manifest.json

Issue 1176203008: Explicitly whitelist 'blob:' and 'filesystem:' for built-in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
OLDNEW
1 { 1 {
2 // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd 2 // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqy LSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwO CSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqy LSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwO CSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB",
4 4
5 "name": "Hotword triggering", 5 "name": "Hotword triggering",
6 "version": "0.0.1.4", 6 "version": "0.0.1.4",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 8
9 "background": { 9 "background": {
10 "scripts": [ 10 "scripts": [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "chrome://newtab/" 76 "chrome://newtab/"
77 ] 77 ]
78 }, 78 },
79 79
80 "import": [ 80 "import": [
81 { 81 {
82 "id": "lccekmodgklaepjeofjdjpbminllajkg" 82 "id": "lccekmodgklaepjeofjdjpbminllajkg"
83 } 83 }
84 ], 84 ],
85 85
86 "content_security_policy": "object-src 'none'; script-src chrome://resources ' self'", 86 "content_security_policy": "object-src 'none'; script-src chrome://resources ' self' blob: filesystem:",
87 "minimum_chrome_version": "38" 87 "minimum_chrome_version": "38"
88 } 88 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/help_app/manifest.json ('k') | chrome/browser/resources/hotword_audio_verification/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698