summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/app/manifest.json
blob: f787eb5d3325ecbc00d201986459b7309f45a024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "App Test",
  "version": "1",
  "permissions": [
    "notifications"
  ],
  "app": {
    "launch": {
      "web_url": "http://www.example.com/empty.html"
    }
  }
}