aboutsummaryrefslogtreecommitdiff
path: root/catapult/telemetry/telemetry/internal/testing/simple_app/manifest.json
blob: 527520535aca4cdae5276ecc8fb0019c98a474e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "description": "Simple Telemetry Test WebApp",
  "name": "Simple Telemetry Test WebApp",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "manifest_version": 2,
  "version": "1.0"
}