{ "name": "{{name}}", "version": "{{version}}", "minimum_chrome_version": "{{version}}", "manifest_version": 2, "description": "{{description}}", "offline_enabled": true, "icons": { "128": "icon128.png" }, "app": { "background": { "scripts": ["background.js"] } }, [[if key:]] "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urqhaGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6XoGSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB", [[]] "oauth2": { [[if channel == 'Dev':]] "client_id": "903965034255-q5lhuqj5eefbatdfif3gv0mdbo0a86pr.apps.googleusercontent.com", [[elif channel == 'Beta':]] "client_id": "903965034255-gp3p4hqr1bd7a1v0etf6icdlu5rets1p.apps.googleusercontent.com", [[else:]] "client_id": "903965034255.apps.googleusercontent.com", [[]] "scopes": ["https://www.googleapis.com/auth/drive"] }, "permissions": {{permissions}} }