{
  "name": "Readicate",
  "short_name": "Readicate",
  "description": "Discover your intellectual identity. Find people who think like you.",
  "start_url": "/feed",
  "display": "standalone",
  "background_color": "#0A0F2C",
  "theme_color": "#1A4DFF",
  "orientation": "portrait-primary",
  "categories": ["books", "education", "social"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Daily Review",
      "short_name": "Daily",
      "description": "Review today's flashcards",
      "url": "/daily",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Highlight",
      "short_name": "Capture",
      "description": "Quick capture a thought",
      "url": "/feed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse your reading library",
      "url": "/library",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Readicate Feed"
    }
  ]
}
