Re: [manifest] Integration with service workers (#161)

@PaulKinlan As per #332, do you think that a Service Worker registration defined in a manifest should have to use the scope defined in the scope property of the manifest? e.g.

```
  {
    "name": "My App",
    "start_url": "/",
    "scope": "/",
    "service_worker": "/service_worker.js"
  }
```

Currently navigation scope and Service Worker scope are treated separately, but it sounds like you think they should be the same?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/161#issuecomment-83991094

Received on Friday, 20 March 2015 11:38:31 UTC