{
  "name": "OurHome",
  "short_name": "OurHome",
  "description": "Beheer jullie gedeeld huishouden",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F0EBFC",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "lang": "nl",
  "share_target": {
    "action": "/api/spelletjes/share?source=share-target",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
