{
  "name": "Metalpedal — Everything Auto",
  "short_name": "Metalpedal",
  "description": "Connect with car and bike enthusiasts. Share videos, join gangs, find mechanics, and showcase your rides.",
  "start_url": "/feed",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23FF6B35' width='192' height='192'/><text x='50%' y='50%' font-size='120' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='white' font-family='Arial'>M</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23FF6B35' width='512' height='512'/><text x='50%' y='50%' font-size='320' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='white' font-family='Arial'>M</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "social"],
  "screenshots": [
    {
      "src": "/placeholder.svg",
      "sizes": "540x720",
      "type": "image/svg+xml"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml"
    }
  ],
  "share_target": {
    "action": "/start-roadeo",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }

  },
  "shortcuts": [
    {
      "name": "Create Roadeo",
      "short_name": "New Roadeo",
      "description": "Share a new video to the community",
      "url": "/start-roadeo",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23FF6B35' width='96' height='96' rx='20'/><text x='48' y='48' font-size='60' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='white' font-family='Arial'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Feed",
      "short_name": "Feed",
      "description": "View the community feed",
      "url": "/feed",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23FF6B35' width='96' height='96' rx='20'/><text x='48' y='48' font-size='60' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='white' font-family='Arial'>▶</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
