{
  "name": "EverStory",
  "short_name": "PhotoRestore",
  "description": "Restore vintage photos, enhance stories, and build AI-powered cards right from your browser.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#0891b2",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["photography", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New project",
      "url": "/dashboard",
      "description": "Create a new restoration project from your home screen"
    },
    {
      "name": "View projects",
      "url": "/dashboard",
      "description": "Jump straight to the dashboard list"
    }
  ],
  "screenshots": [
    {
      "src": "/images/album.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide"
    },
    {
      "src": "/images/1_restore.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "narrow"
    }
  ]
}

