• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "Platform App Test: <webview>",
3  "version": "2",
4  "manifest_version": 2,
5  "permissions": [
6    "webview"
7  ],
8  "app": {
9    "background": {
10      "scripts": ["test.js"]
11    }
12  }
13}
14