{
  "name": "WooExtension Card Mobile",
  "short_name": "WooCard",
  "description": "Mobile app mode for WooExtension Card",
  "version": "7.0.14400",
  "start_url": "./index.html?mode=mobile",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f1f5f9",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "./icon128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./logo-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
