Files
catnote/static/manifest.json
2026-06-22 15:48:05 -03:00

19 lines
662 B
JSON

{
"theme_color": "#22282c",
"background_color": "#22282c",
"icons": [
{ "purpose": "maskable", "sizes": "512x512", "src": "icon512_maskable.png", "type": "image/png" },
{ "purpose": "any", "sizes": "512x512", "src": "icon512_rounded.png", "type": "image/png" },
{ "purpose": "monochrome", "sizes": "512x512", "src": "icon512_monochrome.png", "type": "image/png" }
],
"orientation": "any",
"display": "standalone",
"dir": "auto",
"lang": "es-UY",
"start_url": "https://catnote.netpaws.cc/",
"scope": "https://catnote.netpaws.cc/",
"name": "CatNote",
"short_name": "CatNote",
"id": "/"
}