OLD | NEW |
---|---|
(Empty) | |
1 { | |
Jamie
2011/05/20 16:46:47
I can't tell whether or not the enclosing director
| |
2 "name": "Chromoting Client", | |
3 "version": "1.1", | |
4 "description": "Lists the Chromoting hosts that the current user can access.", | |
5 "browser_action": { | |
6 "default_icon": "chromoticon.png", | |
7 "default_title": "Chromoting" | |
8 }, | |
9 "background_page": "background.html", | |
10 "permissions": [ | |
11 "tabs", | |
12 "https://www.googleapis.com/chromoting/", | |
13 "https://www.google.com/accounts/" | |
14 ] | |
15 } | |
OLD | NEW |