{
  "name": "openXpens",
  "short_name": "openXpens",
  "description": "Track expenses, manage budgets, and create shopping lists",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0c1445",
  "background_color": "#1e3a8a",
  "categories": [
    "finance",
    "productivity",
    "utilities"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "Add",
      "description": "Quickly add a new expense",
      "url": "/apps/godsway-apps/xpens/index.html#add",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23DC2626' width='96' height='96' rx='20'/><text y='70' x='22' font-size='60' fill='white'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Quick Lists",
      "short_name": "Lists",
      "description": "View your quick lists",
      "url": "/apps/godsway-apps/xpens/index.html#lists",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23DC2626' width='96' height='96' rx='20'/><text y='68' x='22' font-size='50'>\ud83d\udccb</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
