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

Side by Side Diff: chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/manifest.json

Issue 2574763003: Remove chrome-extension-resource:// scheme (Closed)
Patch Set: Remove BUILD reference to resources/extension outdir. Created 4 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
OLDNEW
1 {"name": "Download Filename Controller", 1 {"name": "Download Filename Controller",
2 "description": "Download Filename Controller", 2 "description": "Download Filename Controller",
3 "version": "0.1", 3 "version": "0.1",
4 "background": {"scripts": ["bg.js"], "persistent": false}, 4 "background": {"scripts": ["bg.js"], "persistent": false},
5 "options_page": "options.html", 5 "options_page": "options.html",
6 "permissions": ["downloads"], 6 "permissions": ["downloads"],
7 "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsaf e-eval'; default-src 'self'", 7 "content_security_policy": "script-src 'self'; default-src 'self'",
8 "manifest_version": 2} 8 "manifest_version": 2}
OLDNEW
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/common/extensions/docs/templates/articles/app_codelab_import_todomvc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698