mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-08-29 01:27:30 +00:00
26 lines
703 B
JSON
26 lines
703 B
JSON
{
|
|
"name": "ChangeDetection.io",
|
|
"short_name": "ChangeDetect",
|
|
"description": "Self-hosted website change detection and monitoring",
|
|
"icons": [
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "android-chrome-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"theme_color": "#5bbad5",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"categories": ["utilities", "productivity"],
|
|
"orientation": "any"
|
|
}
|