Home | History | Annotate | Download | only in background-simple
      1 {
      2   "name": "Simple Background App",
      3   "version": "0.1",
      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 }
     12