{
  "name": "Time Mapsule",
  "short_name": "Time Mapsule",
  "description": "Pin your precious memories to a map, tag friends, and relive life's special moments together. Every great story begins with remember when...",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#5C4033",
  "theme_color": "#B45309",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
