{
  "name": "Reel — YouTube Video Organizer",
  "short_name": "Reel",
  "description": "Organize YouTube videos into folders. Curated cooking recipes plus your own library.",
  "start_url": "/library?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ef4f3a",
  "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": "My Library",
      "short_name": "Library",
      "description": "Browse all your folders and videos",
      "url": "/library",
      "icons": [{ "src": "/shortcut-library.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "Jump to your starred videos",
      "url": "/favorites",
      "icons": [{ "src": "/shortcut-favorites.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Watch Later",
      "short_name": "Watch Later",
      "description": "Open your watch later queue",
      "url": "/watch-later",
      "icons": [{ "src": "/shortcut-watch-later.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Recently Watched",
      "short_name": "Recent",
      "description": "Pick up where you left off",
      "url": "/recent",
      "icons": [{ "src": "/shortcut-recent.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
