3 "version": "{{version}}",
4 [[if min_chrome_version:]]
5 "minimum_chrome_version": "{{min_chrome_version}}",
8 "description": "{{description}}",
9 "offline_enabled": true,
15 "scripts": ["background.js"]
19 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urqhaGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6XoGSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB",
22 [[if channel == 'Dev':]]
23 "client_id": "903965034255-q5lhuqj5eefbatdfif3gv0mdbo0a86pr.apps.googleusercontent.com",
24 [[elif channel == 'Beta':]]
25 "client_id": "903965034255-gp3p4hqr1bd7a1v0etf6icdlu5rets1p.apps.googleusercontent.com",
27 "client_id": "903965034255.apps.googleusercontent.com",
29 "scopes": ["https://www.googleapis.com/auth/drive"]
31 [[if multi_platform:]]
34 "nacl_arch": "x86-64",
35 "sub_package_path": "_platform_specific/x86-64"
38 "nacl_arch": "x86-32",
39 "sub_package_path": "_platform_specific/x86-32"
43 "sub_package_path": "_platform_specific/arm"
47 "permissions": {{permissions}}