{
  "name": "HALO — one word to a live app",
  "short_name": "HALO",
  "description": "Type one word. HALO researches the market, pitches real businesses and ships a live app with a working backend.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#efe6d6",
  "theme_color": "#241f1a",
  "categories": ["productivity", "developer", "business"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New build", "url": "/", "description": "Start a new app from one word" },
    { "name": "Gallery", "url": "/gallery", "description": "Browse and remix apps" },
    { "name": "My apps", "url": "/dashboard", "description": "Your generated apps" }
  ]
}
