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

Relevant discussion in the SW repo:
https://github.com/w3c/ServiceWorker/issues/979

```JS 
    "service_workers": [{
        "src": "sw.js",
        "scope": "/foo",
         "options": {} 
    }

```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/161#issuecomment-248489883

Received on Wednesday, 21 September 2016 02:01:44 UTC