{
  "name": "Vyba",
  "short_name": "Vyba",
  "description": "AI photo editing — cinematic edits for your personal photos",
  "start_url": "/feed",
  "scope": "/",
  "id": "/feed",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#080A10",
  "theme_color": "#080A10",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*", ".heic", ".heif"]
        }
      ]
    }
  },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Edit a Photo",
      "short_name": "Edit",
      "description": "Jump straight into editing a photo",
      "url": "/configure"
    },
    {
      "name": "My History",
      "short_name": "History",
      "description": "View your past edits",
      "url": "/history"
    }
  ]
}
