OLD | NEW |
1 { | 1 { |
2 "name": "Chromoting Client", | 2 "name": "Chromoting Client", |
3 "version": "1.0", | 3 "version": "1.0", |
4 "description": "Lists the hosts that the user can access.", | 4 "description": "Lists the hosts that the user can access.", |
5 "browser_action": { | 5 "browser_action": { |
6 "default_icon": "icon.png", | 6 "default_icon": "chromoticon.png", |
7 "popup": "popup.html" | 7 "popup": "popup.html" |
8 }, | 8 }, |
9 "background_page": "background.html", | 9 "background_page": "background.html", |
10 "permissions": [ | 10 "permissions": [ |
11 "tabs", | 11 "tabs", |
12 "https://www.googleapis.com/chromoting/", | 12 "https://www.googleapis.com/chromoting/", |
13 "https://www.google.com/accounts/" | 13 "https://www.google.com/accounts/" |
14 ] | 14 ] |
15 } | 15 } |
OLD | NEW |