{
  "name": "School Buddy",
  "short_name": "SchoolBuddy",
  "description": "Family Chore & Learning Platform - Manage homework, chores, rewards and more for your family",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFD93D",
  "theme_color": "#4F46E5",
  "orientation": "portrait",
  "categories": ["education", "family", "productivity", "kids", "parenting"],
  "lang": "en-US",
  "prefer_related_applications": false,
  "scope": "/",
  "id": "school-buddy-app",
  "icons": [
    {
      "src": "icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "wide",
      "label": "School Buddy Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Homework",
      "short_name": "HW",
      "description": "View your homework",
      "url": "/?action=homework",
      "icons": [
        {
          "src": "icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Chores",
      "short_name": "Chores",
      "description": "View your chores",
      "url": "/?action=chores",
      "icons": [
        {
          "src": "icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Earnings",
      "short_name": "Earnings",
      "description": "View your earnings",
      "url": "/?action=earnings",
      "icons": [
        {
          "src": "icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": ["window-controls-overlay", "standalone"]
}