{
  "name": "softboiled — a personal library for the kitchen",
  "short_name": "softboiled",
  "description": "Digitize, organize, search, and simmer your personal recipe collection with AI.",
  "start_url": "/library",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#c84d2f",
  "background_color": "#fbf8f3",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/softboiled-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Recipe",
      "url": "/library/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
