{
  "name": "printshi",
  "short_name": "printshi",
  "description": "Print custom labels from your browser. Free, no signup, works offline.",
  "start_url": "/editor.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FBF8F1",
  "theme_color": "#2E5E4E",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/favicon/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/assets/favicon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/favicon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
