OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "allow silent update", | |
3 "version": "1.0", | |
Yoyo Zhou
2012/04/24 23:16:36
It's kinda weird that the version number doesn't i
jstritar
2012/04/24 23:33:34
Done.
| |
4 "manifest_version": 2, | |
5 "oauth2": { | |
6 "client_id": "my-client-id", | |
7 "scopes": ["scope1", "scope2"] | |
8 }, | |
9 "platform_app": true, | |
10 "background": {"scripts": ["background.js"]} | |
11 } | |
OLD | NEW |