Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "app": { | |
| 3 "background": { | |
| 4 "scripts": ["background.js"] | |
| 5 } | |
| 6 }, | |
| 7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urq haGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6Xo GSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB", | |
| 8 "manifest_version": 2, | |
| 9 "name": "JS Drive", | |
| 10 "oauth2": { | |
| 11 "client_id": "903965034255.apps.googleusercontent.com", | |
| 12 "scopes": ["https://www.googleapis.com/auth/drive"] | |
| 13 }, | |
| 14 "permissions": [ | |
| 15 "experimental", | |
| 16 "https://www.googleapis.com/*/drive/*", | |
| 17 "https://*.googleusercontent.com/*" | |
| 18 ], | |
| 19 "version": "1" | |
| 20 } | |
| OLD | NEW |