Files
5etools-mirror-2.github.io/manifest.webmanifest
TheGiddyLimit 8117ebddc5 v1.198.1
2024-01-01 19:34:49 +00:00

69 lines
1.2 KiB
JSON

{
"manifest_version": 2,
"default_locale": "en",
"name": "5etools",
"short_name": "5etools",
"description": "A suite of browser-based tools for 5th Edition Dungeons & Dragons players and Dungeon Masters.",
"icons": [
{
"src": "android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "android-chrome-256x256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "android-chrome-384x384.png",
"type": "image/png",
"sizes": "384x384"
},
{
"src": "android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "maskable_icon.png",
"type": "image/png",
"sizes": "1024x1024",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "Classes",
"url": "/classes.html"
},
{
"name": "Spells",
"url": "/spells.html"
},
{
"name": "Bestiary",
"url": "/bestiary.html"
},
{
"name": "Items",
"url": "/items.html"
},
{
"name": "Feats",
"url": "/feats.html"
},
{
"name": "Races",
"url": "/races.html"
}
],
"start_url": "index.html",
"background_color": "#006bc4",
"display": "standalone",
"theme_color": "#006bc4",
"permissions": [
"clipboardWrite"
]
}