mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
manifest.json: add url_handler for devdocs.io
Ref: https://web.dev/pwa-url-handler/
This commit is contained in:
parent
ed475f72e3
commit
ec4885d169
1 changed files with 5 additions and 0 deletions
|
@ -42,5 +42,10 @@
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"url_handlers": [
|
||||||
|
{
|
||||||
|
"origin": "https://devdocs.io"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue