| 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": [ | 14 "permissions": [ |
| 15 "tabs", | 15 "tabs", |
| 16 "https://accounts.google.com/o/oauth2/*", |
| 16 "https://www.google.com/accounts/*", | 17 "https://www.google.com/accounts/*", |
| 17 "https://www.googleapis.com/chromoting/*" | 18 "https://www.googleapis.com/chromoting/*" |
| 18 ], | 19 ], |
| 19 "PLUGINS": "PLACEHOLDER" | 20 "PLUGINS": "PLACEHOLDER" |
| 20 } | 21 } |
| OLD | NEW |