This commit is contained in:
Mona Mayrhofer 2026-03-03 21:38:18 +01:00
parent 579869f2f0
commit 8664f9d210
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
9 changed files with 302 additions and 9 deletions

View file

@ -0,0 +1,34 @@
{
"name": "Cursor Mover",
"icons": [
{
"src": "logo_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo_512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "logo_512.png",
"type": "image/png",
"sizes": "any",
"purpose": "any"
}
],
"start_url": "/",
"id": "/",
"display": "standalone",
"display_override": ["window-control-overlay", "standalone"],
"scope": "/",
"theme_color": "#000000",
"background_color": "#ffffff",
"short_name": "Cursr Mover",
"description": "A web control your cursor and keyboard via a smartphone.",
"dir": "ltr",
"lang": "en",
"orientation": "portrait"
}