{
  "name": "MindBank — your second memory",
  "short_name": "MindBank",
  "description": "Capture any memory in one tap. MindBank brings it back when it matters.",
  "start_url": "/?src=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#f5763f",
  "background_color": "#fafaf8",
  "lang": "it",
  "categories": [
    "lifestyle",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/88118eed-845b-4e53-8567-6415b1bb0181/id-preview-61881cf9--1c8c7dd3-f9b7-4514-a487-09cee43550fe.lovable.app-1782741357186.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MindBank su desktop"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MindBank su mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "New memory",
      "short_name": "Memory",
      "description": "Capture a new memory right away",
      "url": "/?new=1",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ]
}