{
  "short_name": "ActivitIA",
  "name": "ActivitIA \u2013 Experience More",
  "description": "Discover events, connect with friends, and experience more in your city.",
  "icons": [
    {
      "src": "activitia-icon-color.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "Activitia-Favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "Activitia-Favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "theme_color": "#0055FF",
  "background_color": "#f8fafc",
  "categories": [
    "lifestyle",
    "social",
    "entertainment"
  ],
  "prefer_related_applications": false,
  "lang": "en",
  "shortcuts": [
    {
      "name": "Discover Activities",
      "short_name": "Discover",
      "description": "Find activities near you",
      "url": "/?source=shortcut",
      "icons": [
        {
          "src": "Activitia-Favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Create Activity",
      "short_name": "Create",
      "description": "Post a new activity",
      "url": "/create?source=shortcut",
      "icons": [
        {
          "src": "Activitia-Favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "Check your ARC balance",
      "url": "/wallet?source=shortcut",
      "icons": [
        {
          "src": "Activitia-Favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    },
    "enctype": "application/x-www-form-urlencoded"
  },
  "protocol_handlers": [
    {
      "protocol": "web+activitia",
      "url": "/open?url=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "Activitia-Favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ActivitIA home screen"
    }
  ]
}