{
  "name": "AISpark",
  "short_name": "AISpark",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "share_target": {
    "action": "/share-screenshot",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "screenshot",
          "accept": ["image/*", ".png", ".jpg", ".jpeg", ".webp"]
        }
      ]
    }
  },
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
