{
  "name": "iLoveYou — personalised love letters",
  "short_name": "iLoveYou",
  "description": "Say I love you the most beautiful way. Create a breathtaking, personalised love letter page in a single click. Add a photo and a heartfelt message, share the link, and take their breath away.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#fff2f4",
  "theme_color": "#c2375c",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["lifestyle", "social", "personalization"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Write a love letter",
      "short_name": "Create",
      "description": "Start a new personalised love letter page",
      "url": "/dashboard/?source=pwa",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "description": "View and manage your love letters",
      "url": "/dashboard/?source=pwa",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
