- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / managed_extension2 / manifest.json
1 {
2   "name": "Policy for extensions tests v2",
3   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
4   "version": "2.0",
5   "manifest_version": 2,
6   "description": "Tests that the 'managed' namespace of the Storage API works.",
7   "permissions": ["storage"],
8   "storage": {
9     "managed_schema": "managed_storage_schema.json"
10   },
11   "background": {
12     "scripts": ["background.js"]
13   }
14 }