Home | History | Annotate | Download | only in resources
      1 {
      2   "name": "{{name}}",
      3   "version": "{{version}}",
      4   "minimum_chrome_version": "{{version}}",
      5   "manifest_version": 2,
      6   "description": "{{description}}",
      7   "offline_enabled": true,
      8   "icons": {
      9     "128": "icon128.png"
     10   },
     11   "app": {
     12     "background": {
     13       "scripts": ["background.js"]
     14     }
     15   },
     16 [[if key:]]
     17   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urqhaGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6XoGSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB",
     18 [[]]
     19   "oauth2": {
     20 [[if channel == 'Dev':]]
     21     "client_id": "903965034255-q5lhuqj5eefbatdfif3gv0mdbo0a86pr.apps.googleusercontent.com",
     22 [[elif channel == 'Beta':]]
     23     "client_id": "903965034255-gp3p4hqr1bd7a1v0etf6icdlu5rets1p.apps.googleusercontent.com",
     24 [[else:]]
     25     "client_id": "903965034255.apps.googleusercontent.com",
     26 [[]]
     27     "scopes": ["https://www.googleapis.com/auth/drive"]
     28   },
     29   "permissions": {{permissions}}
     30 }
     31