{
  "name": "Fee Tracker",
  "short_name": "Fee Tracker",
  "description": "Smart fee tracking for students and teachers",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#06060f",
  "theme_color": "#080812",
  "orientation": "portrait",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "widgets": [
    {
      "name": "Fee Summary",
      "tag": "fee-summary",
      "ms_ac_template": "widgets/fee-summary.json",
      "data": "widgets/fee-summary-data.json",
      "type": "application/json",
      "screenshots": [
        { "src": "icon-192.png", "sizes": "192x192", "label": "Fee Summary widget" }
      ],
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192" }
      ],
      "backgrounds": [
        { "color": "#0d0d1f" }
      ],
      "short_name": "Fees",
      "description": "See your total outstanding fees at a glance"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Payment",
      "short_name": "Pay",
      "description": "Record a payment quickly",
      "url": "./?action=add",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Analytics",
      "short_name": "Stats",
      "description": "Open your analytics dashboard",
      "url": "./?action=dash",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["finance", "productivity", "education"],
  "prefer_related_applications": false
}
