{
  "id": "com.ghostaddress.app",
  "name": "Ghost Address",
  "short_name": "Ghost Address",
  "description": "Privacy-first temporary location sharing.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#00D632",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["navigation", "utilities", "travel", "maps"],
  "screenshots": [
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ghost Address Navigation"
    },
    {
      "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ghost Address Navigation"
    }
  ],
  "shortcuts": [
    {
      "name": "New Link",
      "url": "/?action=new-link",
      "icons": [{ "src": "https://raw.githubusercontent.com/ghostaddressllc-design/public_ghost/main/new_logo.png", "sizes": "192x192" }]
    }
  ]
}
