{
  "name": "Tally Up - Income and Expense Tracker for Isle of Man Sole Traders",
  "short_name": "Tally Up",
  "description": "Income and expense tracker for Isle of Man sole traders. Track income and expenses, send invoices and estimates, capture receipts, and see a live tax estimate based on what you've entered.",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    }
  ],
  "categories": ["business", "finance", "productivity", "utilities"],
  "keywords": ["Isle of Man", "income tracking", "expense tracking", "sole trader", "tax estimate", "invoicing", "receipt capture", "Manx entrepreneurs", "self-employed Isle of Man"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "related_applications": []
}