OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "Packaged app extension", | |
3 "manifest_version": 2, | |
4 "version": "1.0", | |
5 "app": { | |
6 "background": { | |
kkania
2012/08/09 22:04:49
just to make sure I understand, unlike extensions,
Danh Nguyen
2012/08/10 16:35:09
True, they're not loaded until the user launches t
| |
7 "scripts": [ "bg.js" ] | |
8 } | |
9 }, | |
10 "permissions": [ "experimental" ] | |
11 } | |
OLD | NEW |