OLD | NEW |
(Empty) | |
| 1 { |
| 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNAtiHknM7LHSwE9YKiFFvYvsp0TkfIr
iWfrjz53odJD0jEbOtyNhVXqdBOdtcenbSraxt7oJ9GlIfUkvBMP5iOpcrJkYfuNJv8ANHTKC79TjGXR
g76TjiqpNI+R2NiVav1pXlzYZpu0ToaiaOcr3IgoGsvIUPcC6pd1U5AjdrCQIDAQAB", |
| 3 "manifest_version": 2, |
| 4 "name": "__MSG_app_name__", |
| 5 "description": "__MSG_app_description__", |
| 6 "version": "0.2", |
| 7 "minimum_chrome_version": "28", |
| 8 "default_locale": "en", |
| 9 "icons": { |
| 10 "16": "icon/16.png", |
| 11 "256": "icon/256.png" |
| 12 }, |
| 13 "app": { |
| 14 "background": { |
| 15 "persistent": false, |
| 16 "page": "background.html" |
| 17 } |
| 18 }, |
| 19 "permissions": [ |
| 20 "chromeosInfoPrivate", |
| 21 "webview", |
| 22 "unlimitedStorage", |
| 23 "https://commondatastorage.googleapis.com/*", |
| 24 "https://storage.googleapis.com/*", |
| 25 "https://www-googleapis-test.sandbox.google.com/*", |
| 26 "https://www.googleapis.com/*" |
| 27 ] |
| 28 } |
OLD | NEW |