{
  "id": "/",
  "short_name": "ActivitIA",
  "name": "ActivitIA",
  "description": "Find events, activities, food, entertainment, family plans, and things to do near you, wherever you are.",
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "theme_color": "#ECEAE3",
  "background_color": "#ECEAE3",
  "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": "icons/icon-192.png",
          "sizes": "192x192",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Create Activity",
      "short_name": "Create",
      "description": "Post a new activity",
      "url": "/create?source=shortcut",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "Check your ARC balance",
      "url": "/wallet?source=shortcut",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "purpose": "any"
        }
      ]
    }
  ],
  "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
  }
}
