{
  "name": "PawPal — Your Pet's AI Companion",
  "short_name": "PawPal",
  "description": "Like texting a friend who knows your pet.",
  "start_url": "/chat",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "id": "/chat",
  "background_color": "#faf5ff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with PawPal",
      "url": "/chat",
      "description": "Start or continue your pet conversation"
    }
  ],
  "categories": ["health", "lifestyle", "utilities"],
  "lang": "id",
  "dir": "ltr"
}
