{
  "name": "FFBUILDS — Build Beyond Code",
  "short_name": "FFBUILDS",
  "description": "Build beyond code. Describe what you want and FFBUILDS's AI designs, builds, and ships production-ready apps for you.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#080A0F",
  "background_color": "#080A0F",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/ffbuilds-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ffbuilds-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "developer"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23080A0F' width='540' height='720'/><rect fill='%237C3CFF' opacity='0.12' width='540' height='720'/><text x='270' y='360' font-size='58' font-weight='bold' fill='%23F7F8FB' text-anchor='middle' font-family='system-ui'>FFBUILDS</text><text x='270' y='410' font-size='22' fill='%23A855F7' text-anchor='middle' font-family='system-ui'>BUILD BEYOND CODE</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%23080A0F' width='1280' height='720'/><rect fill='%237C3CFF' opacity='0.12' width='1280' height='720'/><text x='640' y='350' font-size='72' font-weight='bold' fill='%23F7F8FB' text-anchor='middle' font-family='system-ui'>FFBUILDS</text><text x='640' y='405' font-size='26' fill='%23A855F7' text-anchor='middle' font-family='system-ui'>BUILD BEYOND CODE</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Building",
      "short_name": "Build",
      "description": "Start a new project",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%237C3CFF' width='96' height='96' rx='20'/><text x='48' y='62' font-size='44' fill='%23ffffff' text-anchor='middle' font-family='system-ui'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "Check your recent projects",
      "url": "/dashboard",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%233B82F6' width='96' height='96' rx='20'/><rect fill='%23ffffff' opacity='0.2' x='12' y='12' width='28' height='28'/><rect fill='%23ffffff' opacity='0.2' x='56' y='12' width='28' height='28'/><rect fill='%23ffffff' opacity='0.2' x='12' y='56' width='28' height='28'/><rect fill='%23ffffff' opacity='0.2' x='56' y='56' width='28' height='28'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["application/*", "image/*"]
        }
      ]
    }
  },
  "prefer_related_applications": false
}
