Made OCI compliant; monochrome icon added
This commit is contained in:
@@ -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": "/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user