{
  "name": "Almaec Finance",
  "short_name": "Almaec",
  "description": "Private finance tracker for Almaec business",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#090E1A",
  "background_color": "#090E1A",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Record a new income transaction",
      "url": "./index.html?action=income",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Record a new expense",
      "url": "./index.html?action=expense",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
