{
  "name": "G-aTher - Recipe Box",
  "short_name": "G-aTher",
  "description": "AI-powered recipe box - extract, organize & cook",
  "start_url": "/apps/gather/",
  "display": "standalone",
  "background_color": "#F7F3EA",
  "theme_color": "#3F5D48",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/shared/images/gt-logo-cropped.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/shared/images/gt-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["food", "lifestyle"],
  "shortcuts": [
    {
      "name": "Add Recipe",
      "url": "/apps/gather/?action=add",
      "description": "Add a new recipe"
    }
  ]
}
