svg.escobar.life
A simple SVG markup editor for the web
manifest.json (535B)
1 { 2 "name": "SVG Editor", 3 "short_name": "SVG Editor", 4 "description": "A simple SVG markup editor", 5 "display": "standalone", 6 "lang": "en-US", 7 "category": ["productivity", "graphics"], 8 "start_url": "index.html", 9 "dir": "ltr", 10 "scope": "https://svg.pablopie.xyz/", 11 "icons": [ 12 { 13 "src": "assets/favicon.svg", 14 "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 192x192 256x256 512x512", 15 "type": "image/xml+svg" 16 } 17 ], 18 "theme_color": "#151226", 19 "background_color": "#151226" 20 }