{
  "name": "Forextity — Free Forex Calculator Suite",
  "short_name": "Forextity",
  "description": "Free professional forex calculators with live prices: position size, pip value, risk/reward, margin, P&L, drawdown recovery, prop firm tools & more — 70+ pairs.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "theme_color": "#D4AF37",
  "background_color": "#070B14",
  "categories": ["finance", "utilities", "productivity"],

  "icons": [
    {
      "src": "icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Position Size Calculator",
      "short_name": "Position Size",
      "description": "Calculate the right lot size based on your account risk",
      "url": "/?open=position",
      "icons": [{ "src": "icons/shortcut-position.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Pip Value Calculator",
      "short_name": "Pip Value",
      "description": "Calculate pip value for any currency pair",
      "url": "/?open=pip",
      "icons": [{ "src": "icons/shortcut-pip.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Risk/Reward Calculator",
      "short_name": "Risk/Reward",
      "description": "Visualize and calculate your trade risk-to-reward ratio",
      "url": "/?open=rr",
      "icons": [{ "src": "icons/shortcut-rr.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Trade Journal",
      "short_name": "Journal",
      "description": "Log trades with chart screenshots and track your performance",
      "url": "/?open=journal",
      "icons": [{ "src": "icons/shortcut-journal.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "edge_side_panel": {
    "preferred_width": 480
  },

  "iarc_rating_id": "",

  "protocol_handlers": [],

  "share_target": {
    "action": "/?share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
