{
  "name": "SounnyForms — Form Inbox & Developer Hub",
  "short_name": "SounnyForms",
  "description": "The high-speed form backend and real-time lead management dashboard for modern websites and agencies.",
  "start_url": "/#portal",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff4500",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business", "utilities", "developer tools"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Form Inbox",
      "short_name": "Inbox",
      "description": "View live incoming submissions",
      "url": "/#portal",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Interactive Playground",
      "short_name": "Playground",
      "description": "Test form endpoints in real-time",
      "url": "/#sandbox",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    }
  ]
}
