{
  "name": "PureTable - Know What You're Really Eating",
  "short_name": "PureTable",
  "description": "Discover restaurants with transparency about sourcing, ethics, and nutritional integrity. AI-powered PureScore ratings.",
  "start_url": "/discover",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a6f4e",
  "icons": [
    {
      "src": "/icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["food", "lifestyle", "health"],
  "lang": "en-US",
  "dir": "ltr",
  "id": "puretable-pwa",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
