summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/marionette/data/extension-with-bg-sw/manifest.json
blob: 5ed13a1b18e1bc0fe1466dd22d3808cb6d345cde (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "manifest_version": 2,
  "name": "Test Extension with Background Service Worker",
  "version": "1",
  "applications": {
    "gecko": { "id": "extension-with-bg-sw@test" }
  },
  "background": {
    "service_worker": "sw.js"
  }
}