{
  "name": "Daily Tidbit - AI for Real People",
  "short_name": "Daily Tidbit",
  "description": "Learn how to use AI to make life easier, more creative, and more fun. One smart tip a day.",
  "start_url": "/field-guide",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#60A875",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["education", "productivity", "lifestyle", "artificial intelligence"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/512.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Field Guide",
      "short_name": "Field Guide",
      "description": "Browse the AI Field Guide",
      "url": "/field-guide",
      "icons": [
        {
          "src": "/96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}