manifest.json: add url_handler for devdocs.io

Ref: https://web.dev/pwa-url-handler/
This commit is contained in:
Simon Legner 2022-10-02 10:34:56 +02:00
parent ed475f72e3
commit ec4885d169

View file

@ -42,5 +42,10 @@
"sizes": "512x512",
"type": "image/png"
}
],
"url_handlers": [
{
"origin": "https://devdocs.io"
}
]
}