Load the default favicon as a native image, rather than as a Skia image.
[chromium-blink-merge.git] / extensions / test / data / platform_app / manifest.json
blobf4ba3356de258c5b706c50b06d7520317b5fd355
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   }