{
  "short_name": "FamOS",
  "name": "FamOS",
  "description": "Family OS for calendar, shopping, tasks, and meal planning",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    },
    {
      "src": "app-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  },
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#097087",
  "background_color": "#000000"
}