- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / apps / background-simple / manifest.json
1 {
2   "name": "Simple Background App",
3   "version": "0.2",
4   "app": {
5     "urls": [ "http://SOME_SITE_WITHOUT_PORT_NUMBERS/SOME_PATH/" ],
6     "launch": {
7       "web_url": "http://SOME_SITE/SOME_PATH/index.html"
8     }
9   },
10   "permissions": ["background", "notifications"],
11   "manifest_version": 2
12 }