{
  "name": "Yaadbood - Digital Memory Journal",
  "short_name": "Yaadbood",
  "description": "Preserve and share your life's precious memories",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#212529",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/pwa/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/pwa/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Share Memory",
      "url": "/feed/post/create/",
      "description": "Share a new memory"
    },
    {
      "name": "My Profile",
      "url": "/accounts/profile/",
      "description": "View your profile"
    }
  ],
  "categories": [
    "lifestyle",
    "social",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "/static/pwa/screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Homepage of Yaadbood"
    }
  ],
  "prefer_related_applications": false
}