Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Copresence API test", | |
| 3 "version": "1.0", | |
| 4 "description": "Test copresence API", | |
|
rkc
2014/08/07 08:56:57
Nit: This isn't a test copresence API :)
Charlie
2014/08/07 22:24:15
Fixed, I think.
| |
| 5 "permissions": ["copresence"], | |
| 6 "app": { | |
| 7 "background": { | |
| 8 "scripts": ["test_copresence_api.js"] | |
| 9 } | |
| 10 } | |
| 11 } | |
| OLD | NEW |