{
  "name": "mshop",
  "short_name": "mshop",
  "description": "mshop.ai",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "orientation": "portrait",
  "categories": ["shopping", "ai", "market"],
  "lang": "en",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "theme_color_dark": "#ffffff",
  "theme_color_light": "#000000",
  "colors": [
    {
      "theme": "light",
      "color": "#ffffff",
      "background": "#000000"
    },
    {
      "theme": "dark",
      "color": "#000000",
      "background": "#ffffff"
    }
  ],
  "icons": [
    {
      "src": "/favicons/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/favicons/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/favicons/light.png",
      "type": "image/png",
      "sizes": "32x32",
      "purpose": "any maskable",
      "media": "(prefers-color-scheme: light)"
    },
    {
      "src": "/favicons/dark.png",
      "type": "image/png",
      "sizes": "32x32",
      "purpose": "any maskable",
      "media": "(prefers-color-scheme: dark)"
    },
    {
      "src": "/favicons/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    },
    {
      "src": "/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/search",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "image": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ],
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "audio/*"]
        }
      ]
    }
  }
}
