mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
* Add Bootstrap Extension * Rename main.yml * Artifact Upload * Fix Bootstrap Reference Error * BootstrapTreeProcessor * getiterator removed * keys function * Style Images * Update docs_build.yml * Added Meta Files * Template Get * Fix Page Ref * Update BASE_URL * Sort Schemas * Add Sitemaps * Add favicons, open-graph, and setup guide * Update Setup.md * Update .gitignore * Update Setup.md * Use _blank on external links * Restructured Docs * Fix Links * Added XML Schemas * Name XML Schemas * Improved Best Practices * Add Logs For Static Files * Make docs build happen on PR
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
|
"name": "New Horizons Docs",
|
|
"short_name": "NH Docs",
|
|
"categories": ["games", "utilities"],
|
|
"start_url": ".",
|
|
"theme_color": "#333333",
|
|
"background_color": "#222222",
|
|
"lang": "en-US",
|
|
"description": "Documentation for creating planets with the New Horizons mod for Outer Wilds",
|
|
"icons": [
|
|
{
|
|
"src": "/fav/android-icon-36x36.png",
|
|
"sizes": "36x36",
|
|
"type": "image/png",
|
|
"density": "0.75"
|
|
},
|
|
{
|
|
"src": "/fav/android-icon-48x58.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png",
|
|
"density": "1.0"
|
|
},
|
|
{
|
|
"src": "/fav/android-icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"density": "1.5"
|
|
},
|
|
{
|
|
"src": "/fav/android-icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"density": "2.0"
|
|
},
|
|
{
|
|
"src": "/fav/android-icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"density": "3.0"
|
|
},
|
|
{
|
|
"src": "/fav/android-icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"density": "4.0"
|
|
}
|
|
]
|
|
} |