| Index: chrome/browser/resources/chromeos/genius_app/manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/genius_app/manifest.json b/chrome/browser/resources/chromeos/genius_app/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8f5b15ee7b0fcfe5e7aaeb5f95baaa96520a3793
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/genius_app/manifest.json
|
| @@ -0,0 +1,28 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNAtiHknM7LHSwE9YKiFFvYvsp0TkfIriWfrjz53odJD0jEbOtyNhVXqdBOdtcenbSraxt7oJ9GlIfUkvBMP5iOpcrJkYfuNJv8ANHTKC79TjGXRg76TjiqpNI+R2NiVav1pXlzYZpu0ToaiaOcr3IgoGsvIUPcC6pd1U5AjdrCQIDAQAB",
|
| + "manifest_version": 2,
|
| + "name": "__MSG_app_name__",
|
| + "description": "__MSG_app_description__",
|
| + "version": "0.2",
|
| + "minimum_chrome_version": "28",
|
| + "default_locale": "en",
|
| + "icons": {
|
| + "16": "icon/16.png",
|
| + "256": "icon/256.png"
|
| + },
|
| + "app": {
|
| + "background": {
|
| + "persistent": false,
|
| + "page": "background.html"
|
| + }
|
| + },
|
| + "permissions": [
|
| + "chromeosInfoPrivate",
|
| + "webview",
|
| + "unlimitedStorage",
|
| + "https://commondatastorage.googleapis.com/*",
|
| + "https://storage.googleapis.com/*",
|
| + "https://www-googleapis-test.sandbox.google.com/*",
|
| + "https://www.googleapis.com/*"
|
| + ]
|
| +}
|
|
|