Made OCI compliant; monochrome icon added

This commit is contained in:
Ignacio Rivero
2026-06-22 15:48:05 -03:00
parent 34733206c2
commit f58237ccab
5 changed files with 62 additions and 2 deletions

View File

@@ -1 +1,18 @@
{"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"}],"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":"cc.netpaws.catnote"}
{
"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": "/"
}