{
  "name": "City on a Hill PayTrack",
  "short_name": "PayTrack",
  "description": "Tenant payment recording system for City on a Hill Commercial Spaces",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#18181b",
  "theme_color": "#f59e0b",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/assets/img/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Record Payment",
      "short_name": "Payment",
      "description": "Record a new tenant payment",
      "url": "/?action=payment",
      "icons": [
        {
          "src": "/assets/img/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Add Billing",
      "short_name": "Billing",
      "description": "Create a new billing statement",
      "url": "/?action=billing",
      "icons": [
        {
          "src": "/assets/img/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Tenants",
      "short_name": "Tenants",
      "description": "View all tenants",
      "url": "/?action=tenants",
      "icons": [
        {
          "src": "/assets/img/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "lang": "en",
  "dir": "ltr"
}
