- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / notifications / no_html / manifest.json
1 {
2   "name": "notifications test",
3   "version": "1",
4   "manifest_version": 2,
5   "permissions": [ "tabs", "notifications" ],
6   "background": {
7     "scripts": ["background.js"]
8   }
9 }