Rename the core package to periscopex, update UI/docs/Docker/deploy defaults to periscope.michelebigi.it, and keep legacy version/storage key aliases so existing projects keep working. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "Periscope",
|
|
"short_name": "Periscope",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon_io/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/favicon_io/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#3B82F6",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
} |