{
  "name": "GetGeri",
  "short_name": "GetGeri",
  "description": "GetGeri \u2014 the AI member engagement platform for fitness studios",
  "start_url": "https://www.getgeri.fit/dashboard",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#7000FF",
  "orientation": "portrait-primary",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "View and manage leads",
      "url": "/leads",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "SMS Inbox",
      "short_name": "SMS",
      "description": "View SMS conversations",
      "url": "/sms-inbox",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}