{
  "name": "WheresPoppin",
  "short_name": "WheresPoppin",
  "description": "Discover and share fun places with WheresPoppin - Your social platform for finding where the fun is happening",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1c1d1d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "entertainment", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "share_target": {
    "action": "/create",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Create Post",
      "short_name": "Create",
      "description": "Create a new post",
      "url": "/?action=create",
      "icons": [{ "src": "/icon.svg", "sizes": "512x512", "type": "image/svg+xml" }]
    },
    {
      "name": "Heat Map",
      "short_name": "Map",
      "description": "View live heat map",
      "url": "/?action=map",
      "icons": [{ "src": "/icon.svg", "sizes": "512x512", "type": "image/svg+xml" }]
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Discover new content",
      "url": "/?action=discover",
      "icons": [{ "src": "/icon.svg", "sizes": "512x512", "type": "image/svg+xml" }]
    }
  ]
}
