Skip to content
Snippets Groups Projects
manifest.json 224 B
{
  "short_name": "Drawing App",
  "name": "Drawing App",
  "icons": [
    {
      "src": "/logo.png",
      "type": "image/png",
      "sizes": "144x144"
    }
  ],
  "display": "standalone",
  "start_url": "/index.html"
}