{
  "name": "FamBux: Chore & Reward Manager",
  "short_name": "FamBux",
  "description": "A fun and vibrant web application to help parents manage household chores and rewards for their children.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F3F4F6",
  "theme_color": "#6D28D9",
  "orientation": "portrait-primary",
  "categories": [
    "productivity",
    "family",
    "education",
    "finance"
  ],
  "icons": [
    {
      "src": "https://img.icons8.com/color/192/piggy-bank.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://img.icons8.com/color/512/piggy-bank.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "https://img.icons8.com/color/512/piggy-bank.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1596464716127-f9a86b563b65?ixlib=rb-1.2.1&auto=format&fit=crop&w=1080&q=80",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "label": "Child Dashboard"
    },
    {
      "src": "https://images.unsplash.com/photo-1551818255-e6e10975bc17?ixlib=rb-1.2.1&auto=format&fit=crop&w=1080&q=80",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "label": "Parent Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Tasks",
      "url": "/",
      "description": "View your tasks",
      "icons": [
        {
          "src": "https://img.icons8.com/color/96/checked-checkbox.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Rewards",
      "url": "/",
      "description": "View rewards",
      "icons": [
        {
          "src": "https://img.icons8.com/color/96/gift.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}