{
  "name": "Upa — Rent & Utility Billing",
  "short_name": "Upa",
  "description": "Rent and sub-metered utility billing for Philippine apartments, dorms and boarding houses.",
  "start_url": "index.php?p=dashboard",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f5f1",
  "theme_color": "#0d5c52",
  "lang": "en-PH",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Enter meter readings",
      "short_name": "Readings",
      "url": "index.php?p=readings",
      "description": "Record this month's meter readings"
    },
    {
      "name": "Bills",
      "short_name": "Bills",
      "url": "index.php?p=invoices",
      "description": "See who has paid and who hasn't"
    }
  ]
}
