Home | History | Annotate | Download | only in genius_app
      1 {
      2   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNAtiHknM7LHSwE9YKiFFvYvsp0TkfIriWfrjz53odJD0jEbOtyNhVXqdBOdtcenbSraxt7oJ9GlIfUkvBMP5iOpcrJkYfuNJv8ANHTKC79TjGXRg76TjiqpNI+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   "incognito" : "split",
     10   "icons": {
     11     "16": "icon/16.png",
     12     "32": "icon/32.png",
     13     "48": "icon/48.png",
     14     "64": "icon/64.png",
     15     "96": "icon/96.png",
     16     "128": "icon/128.png",
     17     "256": "icon/256.png"
     18   },
     19   "app": {
     20     "background": {
     21       "persistent": false,
     22       "page": "background.html"
     23     }
     24   },
     25   "permissions": [
     26     "alarms",
     27     "identity",
     28     "chromeosInfoPrivate",
     29     "firstRunPrivate",
     30     "management",
     31     "metricsPrivate",
     32     "webview",
     33     "storage",
     34     "unlimitedStorage",
     35     "https://*.ytimg.com/*",
     36     "https://www.google.com/*",
     37     "https://commondatastorage.googleapis.com/*",
     38     "https://storage.googleapis.com/*",
     39     "https://www-googleapis-test.sandbox.google.com/*",
     40     "https://www.googleapis.com/*",
     41     "https://www.google-analytics.com/"
     42   ],
     43   "oauth2": {
     44     "client_id": "929143421683.apps.googleusercontent.com",
     45     "scopes": [
     46         "https://www.googleapis.com/auth/userinfo.email",
     47         "https://www.googleapis.com/auth/supportcontent"
     48     ]
     49   },
     50   "display_in_new_tab_page": false,
     51   "url_handlers": {
     52     "view_answer": {
     53       "matches": [
     54         "https://support.google.com/chromeos-gethelp/answer/*"
     55       ],
     56       "title": "Open Help Article"
     57     },
     58     "home": {
     59       "matches": [
     60         "https://support.google.com/chromeos-gethelp",
     61         "https://support.google.com/chromeos-gethelp/"
     62       ],
     63       "title": "Open Help"
     64     }
     65   }
     66 }
     67