{
  "name": "Globetrotters",
  "short_name": "Globetrotters",
  "description": "Globetrotters Messenger",
  "theme_color": "#007AFF",
  "background_color": "#007AFF",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "icons": [
    { "src": "/icons/192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "New Message",
      "short_name": "Compose",
      "url": "/?new=1",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["social", "communication"]
}
