svg.pablopie.xyz

A simple SVG markup editor for the web

NameSizeMode
..
manifest.json 535B -rw-r--r--
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "SVG Editor",
  "short_name": "SVG Editor",
  "description": "A simple SVG markup editor",
  "display": "standalone",
  "lang": "en-US",
  "category": ["productivity", "graphics"],
  "start_url": "index.html",
  "dir": "ltr",
  "scope": "https://svg.pablopie.xyz/",
  "icons": [
    {
      "src": "assets/favicon.svg",
      "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 192x192 256x256 512x512",
      "type": "image/xml+svg"
    }
  ],
  "theme_color": "#151226",
  "background_color": "#151226"
}