{
  "name": "make.co — Free Creator Storefront",
  "short_name": "make.co",
  "description": "The free-forever platform to sell products, run pre-orders, and generate AI product listings",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFBF2",
  "theme_color": "#F5A623",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "shopping", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open your creator dashboard"
    },
    {
      "name": "AI Generator",
      "url": "/generate",
      "description": "Generate a new product with AI"
    }
  ]
}
