2022-02-05 01:08:07 +00:00
|
|
|
{
|
|
|
|
"name": "Pi-helper",
|
2022-08-18 01:32:42 +00:00
|
|
|
"description": "A PWA to facillitate enabling/disabling a Pi-hole",
|
|
|
|
"orientation": "any",
|
2022-02-05 01:08:07 +00:00
|
|
|
"short_name": "Pi-helper",
|
|
|
|
"theme_color": "#000000",
|
|
|
|
"background_color": "#000000",
|
|
|
|
"display": "standalone",
|
|
|
|
"scope": "/",
|
|
|
|
"start_url": "/",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-72x72.png",
|
|
|
|
"sizes": "72x72",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-72x72.png",
|
|
|
|
"sizes": "72x72",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-96x96.png",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-96x96.png",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-128x128.png",
|
|
|
|
"sizes": "128x128",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-128x128.png",
|
|
|
|
"sizes": "128x128",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-144x144.png",
|
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-144x144.png",
|
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-152x152.png",
|
|
|
|
"sizes": "152x152",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-152x152.png",
|
|
|
|
"sizes": "152x152",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-384x384.png",
|
|
|
|
"sizes": "384x384",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-384x384.png",
|
|
|
|
"sizes": "384x384",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "static/icons/icon-maskable-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
}
|
2022-08-18 01:32:42 +00:00
|
|
|
],
|
|
|
|
"shortcuts": [
|
|
|
|
{
|
|
|
|
"name": "Enable",
|
|
|
|
"description": "Enable the Pi-hole",
|
|
|
|
"url": "/?enable",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "static/icons/shortcut-play.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "96x96"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Disable for 30 seconds",
|
|
|
|
"description": "Enable the Pi-hole",
|
|
|
|
"url": "/?disable=30",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "static/icons/shortcut-pause.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "96x96"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Disable for 1 minute",
|
|
|
|
"description": "Enable the Pi-hole",
|
|
|
|
"url": "/?disable=60",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "static/icons/shortcut-pause.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "96x96"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Disable for 5 minutes",
|
|
|
|
"description": "Enable the Pi-hole",
|
|
|
|
"url": "/?disable=300",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "static/icons/shortcut-pause.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "96x96"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-02-05 01:08:07 +00:00
|
|
|
]
|
2022-08-18 01:32:42 +00:00
|
|
|
}
|