{
  "name": "Diary",
  "short_name": "Diary",
  "description": "A simple and elegant web application to write and save your life events. All your data is end-to-end encrypted and stored securely.",
  "start_url": "/diary/",
  "scope": "/diary/",
  "display": "standalone",
  "background_color": "#FBF8F3",
  "theme_color": "#FBF8F3",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/diary/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://via.placeholder.com/720x1280/6366f1/ffffff?text=Mobile+Timeline",
      "sizes": "720x1280",
      "type": "image/png",
      "label": "Timeline View"
    },
    {
      "src": "https://via.placeholder.com/1280x720/FBF8F3/334155?text=Desktop+Editor",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Editor View"
    }
  ]
}