{
  "name": "BYOB | Build Your Own Buzz",
  "short_name": "BYOB",
  "description": "Build, edit, and deploy web apps with AI in minutes.",
  "id": "/",
  "start_url": "/dash",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "orientation": "any",
  "background_color": "#14151C",
  "theme_color": "#14151C",
  "categories": ["productivity", "utilities", "development"],

  "icons": [

    { "src": "/icons/icon-16x16.png",  "sizes": "16x16",  "type": "image/png" },
    { "src": "/icons/icon-32x32.png",  "sizes": "32x32",  "type": "image/png" },
    { "src": "/icons/icon-48x48.png",  "sizes": "48x48",  "type": "image/png" },

    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-167x167.png", "sizes": "167x167", "type": "image/png" },
    { "src": "/icons/icon-180x180.png", "sizes": "180x180", "type": "image/png" },

    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-256x256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" },

    { "src": "/icons/icon-maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/og/byob-banner-static.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "AI Code Editor Workspace"
    },
    {
      "src": "/screenshots/tablet-dashboard-1280x720.webp",
      "sizes": "1024x1366",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Dashboard on Tablet"
    }
  ],

  "splash_screens": [
    { "src": "/splash/splash-1284x2778.png", "sizes": "1284x2778", "type": "image/png" },
    { "src": "/splash/splash-1170x2532.png", "sizes": "1170x2532", "type": "image/png" },
    { "src": "/splash/splash-1125x2436.png", "sizes": "1125x2436", "type": "image/png" },
    { "src": "/splash/splash-828x1792.png",  "sizes": "828x1792",  "type": "image/png" },
    { "src": "/splash/splash-750x1334.png",  "sizes": "750x1334",  "type": "image/png" },
    { "src": "/splash/splash-640x1136.png",  "sizes": "640x1136",  "type": "image/png" }
  ],

  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Create a new AI project",
      "url": "/dash?new=true",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "My Projects",
      "short_name": "Projects",
      "description": "View your dashboard",
      "url": "/dash",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
