{
  "name": "Linen",
  "short_name": "Linen",
  "description": "Linen — your personal memory app that remembers your life, understands context, and helps you think, recall, and decide.",
  "version": "1.5.0",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "./icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f5efe8' width='540' height='720'/><text x='270' y='100' font-size='48' font-family='Crimson Text, serif' text-anchor='middle' fill='%232a2a2a'>Linen</text><rect x='30' y='150' width='480' height='500' rx='8' fill='%23ffffff' stroke='%23e0e0e0'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Capture Memory",
      "short_name": "Capture",
      "description": "Quickly capture a new memory",
      "url": "./",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23d4a574' width='96' height='96' rx='20'/><text x='48' y='65' font-size='48' text-anchor='middle' fill='%23ffffff'>✎</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}