{
  "name": "Trading Journal",
  "short_name": "TradeJournal",
  "description": "A professional trading journal designed to help you record, review and understand every trade.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#05080f",
  "theme_color": "#05080f",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='96' fill='%2305080f'/%3E%3Ccircle cx='256' cy='256' r='160' fill='none' stroke='%234facfe' stroke-width='16'/%3E%3Ccircle cx='256' cy='256' r='80' fill='none' stroke='%234facfe' stroke-width='8' opacity='0.4'/%3E%3Cpath d='M160 256 L256 200 L352 256' stroke='%234facfe' stroke-width='20' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='256' cy='200' r='12' fill='%234facfe'/%3E%3Ccircle cx='160' cy='256' r='8' fill='%234facfe'/%3E%3Ccircle cx='352' cy='256' r='8' fill='%234facfe'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Trade",
      "short_name": "New",
      "url": "./#/journal",
      "description": "Record a new trade"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "./#/overview",
      "description": "View your trading dashboard"
    }
  ]
}
