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

Side by Side Diff: chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json

Issue 8659002: Adding the --load-component-extension flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fix. Created 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQcByy+eN9jzazWF/DPn7NW47sW7lgmp k6eKc0BQM18q8hvEM3zNm2n7HkJv/R6fU+X5mtqkDuKvq5skF6qqUF4oEyaleWDFhd1xFwV7JV+/DU7b Z00w2+6gzqsabkerFpoP33ZRIw7OviJenP0c0uWqDWF8EGSyMhB3txqhOtiQIDAQAB",
Aaron Boodman 2011/12/06 19:43:35 I think that if you put this file here, it will br
SeRya 2011/12/06 22:19:37 Moved to chrome/test/data/extensions/override_comp
3 "name": "Bookmark Manager",
Aaron Boodman 2011/12/06 19:43:35 Most of these keys are irrelevant to the test. You
SeRya 2011/12/06 22:19:37 Done.
4 "version": "0.1",
5 "manifest_version": 2,
6 "description": "Bookmark Manager",
7 "icons": {
8 // The favicon is loaded directly from resources.pak.
9 },
10 "incognito" : "split",
11 "permissions": [
12 "bookmarks",
13 "experimental",
14 "tabs",
15 "chrome://favicon/",
16 "chrome://resources/"
17 ],
18 "chrome_url_overrides": {
19 "bookmarks": "main.html"
20 },
21 "content_security_policy":
22 "object-src 'none'; script-src chrome://resources chrome-extension://mndnfok pggljbaajbnioimlmbfngpief 'self'"
23 }
OLDNEW
« chrome/browser/profiles/profile_impl.cc ('K') | « chrome/common/extensions/extension_file_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698