{
  "name": "Feed The Bear — Foodie Tracker",
  "short_name": "Feed The Bear",
  "description": "Track restaurants you want to try and places you've visited. Your personal foodie companion.",
  "start_url": "./app.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0D0D1A",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%230D0D1A'/><text y='140' x='96' text-anchor='middle' font-size='130'>🐻</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%230D0D1A'/><text y='370' x='256' text-anchor='middle' font-size='340'>🐻</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle", "travel"],
  "shortcuts": [
    {
      "name": "Add Restaurant",
      "short_name": "Add",
      "description": "Add a new restaurant to your list",
      "url": "/Feed-The-Bear/app.html?action=add",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>➕</text></svg>", "sizes": "96x96"}]
    },
    {
      "name": "Discover Nearby",
      "short_name": "Nearby",
      "description": "Find restaurants near you",
      "url": "/Feed-The-Bear/app.html?action=discover",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>📍</text></svg>", "sizes": "96x96"}]
    }
  ],
  "share_target": {
    "action": "/Feed-The-Bear/app.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
