{
  "name": "Kept",
  "short_name": "Kept",
  "description": "The household and relationship app that runs on your own agreement.",
  "lang": "en",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#191019",
  "background_color": "#191019",
  "categories": [
    "lifestyle",
    "productivity"
  ],
  "share_target": {
    "action": "/share-receipt",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "file", "accept": ["image/*", "application/pdf", ".pdf", "text/csv", ".csv", "text/plain"] }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/kept-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kept-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kept-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
