OLD | NEW |
1 { | 1 { |
2 "name": "{{name}}", | 2 "name": "{{name}}", |
3 "version": "{{version}}", | 3 "version": "{{version}}", |
4 "manifest_version": 2, | 4 "manifest_version": 2, |
5 "description": "{{description}}", | 5 "description": "{{description}}", |
6 "offline_enabled": true, | 6 "offline_enabled": true, |
7 "icons": { | 7 "icons": { |
8 "128": "icon128.png" | 8 "128": "icon128.png" |
9 }, | 9 }, |
10 "app": { | 10 "app": { |
11 "background": { | 11 "background": { |
12 "scripts": ["background.js"] | 12 "scripts": ["background.js"] |
13 } | 13 } |
14 }, | 14 }, |
15 [[if key:]] | 15 [[if key:]] |
16 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urq
haGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6Xo
GSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB", | 16 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urq
haGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6Xo
GSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB", |
17 [[]] | 17 [[]] |
18 "oauth2": { | 18 "oauth2": { |
19 "client_id": "903965034255.apps.googleusercontent.com", | 19 "client_id": "903965034255.apps.googleusercontent.com", |
20 "scopes": ["https://www.googleapis.com/auth/drive"] | 20 "scopes": ["https://www.googleapis.com/auth/drive"] |
21 }, | 21 }, |
22 "permissions": {{permissions}} | 22 "permissions": {{permissions}} |
23 } | 23 } |
OLD | NEW |