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

Side by Side Diff: chrome/test/data/extensions/managed_extension2/manifest.json

Issue 14587009: Added a PolicyManifestHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years, 7 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
« no previous file with comments | « chrome/test/data/extensions/managed_extension2/managed_storage_schema.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Policy for extensions tests v2", 2 "name": "Policy for extensions tests v2",
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhG T3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vz z81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhG T3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vz z81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
4 "version": "2.0", 4 "version": "2.0",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "description": "Tests that the 'managed' namespace of the Storage API works.", 6 "description": "Tests that the 'managed' namespace of the Storage API works.",
7 "permissions": ["storage"], 7 "permissions": ["storage"],
8 "storage": {
9 "managed_schema": "managed_storage_schema.json"
10 },
8 "background": { 11 "background": {
9 "scripts": ["background.js"] 12 "scripts": ["background.js"]
10 } 13 }
11 } 14 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/managed_extension2/managed_storage_schema.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698