OLD | NEW |
1 { | 1 { |
2 "name": "Chromoting Me2Mom", | 2 "name": "Chromoting Me2Mom", |
3 "version": "1.0", | 3 "version": "1.0", |
4 "description": "Me2Mom-style remote support in Chrome.", | 4 "description": "Me2Mom-style remote support in Chrome.", |
5 "app": { | 5 "app": { |
6 "launch": { | 6 "launch": { |
7 "local_path": "choice.html" | 7 "local_path": "choice.html" |
8 } | 8 } |
9 }, | 9 }, |
10 "background_page": "background.html", | 10 "background_page": "background.html", |
11 "icons": { | 11 "icons": { |
12 "128": "chromoting128.png" | 12 "128": "chromoting128.png" |
13 }, | 13 }, |
| 14 "permissions": [ |
| 15 "tabs", |
| 16 "https://www.google.com/accounts/*" |
| 17 ], |
14 "PLUGINS": "PLACEHOLDER" | 18 "PLUGINS": "PLACEHOLDER" |
15 } | 19 } |
OLD | NEW |