mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
69 lines
1.2 KiB
JSON
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"
|
|
]
|
|
}
|