Home | History | Annotate | Download | only in platform_app
      1 {
      2   // Simple testing platform app. Succeeds when its app window is loaded.
      3   "name": "Test Platform App",
      4   "manifest_version": 2,
      5   "version": "1",
      6   "app": {
      7     "background": {
      8       "scripts": ["background.js"]
      9     }
     10   }
     11 }
     12