{
  "name": "Leave A Mark Behind",
  "short_name": "Leave A Mark",
  "description": "Leave ephemeral messages, images, and audio at specific GPS locations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Mark",
      "short_name": "Create",
      "description": "Create a new mark at your location",
      "url": "/?action=create",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "View Snapshot",
      "short_name": "Snapshot",
      "description": "View daily snapshot",
      "url": "/?action=snapshot",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}
