{
  "name": "Loupe",
  "short_name": "Loupe",
  "description": "Circle the keeper — on-device photo sort and handwritten notes scanner",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F4F5F0",
  "theme_color": "#F4F5F0",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Photo sort",
      "short_name": "Photos",
      "description": "Sort and pick your best shots",
      "url": "./photos.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Notes scanner",
      "short_name": "Notes",
      "description": "Scan handwritten notes into clean documents",
      "url": "./notes.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
