{
  "name": "RollM8s",
  "short_name": "RollM8s",
  "description": "UK's First Skater Ride-Share - Share rides to skate events, discover what's on, and connect with the community",
  "version": "3.0.0",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#0a0a0f",
  "theme_color": "#a855f7",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["lifestyle", "social", "travel"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "iarc_rating_id": "",
  "related_applications": [],
  "scope_extensions": [
    { "origin": "https://www.rollm8s.com" },
    { "origin": "https://rollm8s.com" },
    { "origin": "https://*.stripe.com" }
  ],
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "video/mp4": [".mp4"],
        "video/webm": [".webm"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+rollm8s",
      "url": "/events/%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/safe-space"
  },
  "widgets": [
    {
      "name": "Upcoming Events",
      "description": "See your next skate events at a glance",
      "tag": "events",
      "ms_ac_template": "widget/events",
      "screenshots": [
        {
          "src": "/ss_events.jpeg",
          "sizes": "1200x1920",
          "label": "Events widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/ss_home.jpeg",
      "sizes": "1200x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "RollM8s Home - Find rides to skate events"
    },
    {
      "src": "/ss_events.jpeg",
      "sizes": "1200x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Browse upcoming skate events near you"
    },
    {
      "src": "/ss_dashboard.jpeg",
      "sizes": "1200x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your dashboard - manage rides and tickets"
    },
    {
      "src": "/ss_desktop.jpeg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "RollM8s - UK's first skater ride-share platform"
    }
  ],
  "shortcuts": [
    {
      "name": "Find an Event",
      "short_name": "Events",
      "url": "/events?source=shortcut",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard?source=shortcut",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "url": "/my-tickets?source=shortcut",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
