{
  "name": "SimplyAsk",
  "short_name": "SimplyAsk",
  "description": "Connect with friends and neighbours for everyday help — DIY, pet care, babysitting, errands and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf9f7",
  "theme_color": "#1570EF",
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "lifestyle"],
  "shortcuts": [
    {
      "name": "Post a tAsk",
      "short_name": "Ask",
      "url": "/create",
      "description": "Post a new tAsk asking for help"
    },
    {
      "name": "Browse tAsks",
      "short_name": "Browse",
      "url": "/browse",
      "description": "See who needs help near you"
    }
  ]
}
