{
  "name": "Afrobata",
  "short_name": "Afrobata",
  "description": "Afrobata is a trusted Ghanaian classified marketplace for buying, selling, stores and protected deals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ff6b00",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/static/icons/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Listings",
      "url": "/listings/",
      "description": "Browse all listings"
    },
    {
      "name": "Saved Listings",
      "url": "/dashboard/saved/",
      "description": "Open saved listings"
    },
    {
      "name": "Post Ad",
      "url": "/listings/create/",
      "description": "Post a new listing"
    }
  ]
}
