Suppress tabs permission warning if there is already a browsingHistory warning.
[chromium-blink-merge.git] / chrome / common / extensions / docs / examples / apps / background-simple / manifest.json
blob086138459e6137af4e472c78f1f0b2dc03430a60
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