Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Copresence API test", | |
| 3 "version": "1.0", | |
| 4 "description": "Tests the copresence API", | |
| 5 "permissions": ["copresence"], | |
| 6 "app": { | |
| 7 "background": { | |
| 8 "scripts": ["test_copresence_api.js"] | |
| 9 } | |
| 10 } | |
| 11 } | |
| OLD | NEW |