Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "New API Notification Provider Test", | |
| 3 "description": "Tests the notificationProvider API", | |
| 4 "manifest_version" : 2, | |
| 5 "version" : "0.3.1", | |
|
Pete Williamson
2014/08/14 00:07:55
Just curious - why 0.3.1?
liyanhou
2014/08/14 00:41:50
Sorry I copied it from somewhere else when I first
| |
| 6 "app" : { | |
| 7 "background" : { | |
| 8 "scripts" : ["app.js"] | |
| 9 } | |
| 10 }, | |
| 11 "permissions" : [ | |
| 12 "notificationProvider" | |
| 13 ] | |
| 14 } | |
| OLD | NEW |