{
  "name": "🐺 WolvePack - Pack Running Tracker",
  "short_name": "WolvePack",
  "description": "Run with your pack. Track steps, compete with rivals, earn XP. Background sync keeps you hunting 24/7.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "theme_color": "#0f0f1a",
  "background_color": "#0f0f1a",
  "categories": ["fitness", "health"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f0f1a'/><text x='50%' y='50%' font-size='48' text-anchor='middle' fill='%23ff6b35' dominant-baseline='middle'>🐺 WOLVEPACK</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "permissions": ["accelerometer"],
  "shortcuts": [
    {
      "name": "Quick Add 1000 Steps",
      "short_name": "+1k",
      "description": "Add 1000 steps to today's count",
      "url": "./index.html?action=add1k",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23ff6b35'/><text x='50%' y='50%' font-size='48' text-anchor='middle' fill='%230f0f1a' dominant-baseline='middle'>+1k</text></svg>", "sizes": "96x96", "type": "image/svg+xml"}]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
