{
    "lang": "en", 
    "name": "IRR Calculator",
    "description": "Advanced IRR (Internal Rate of Return) calculator for investment analysis with multiple cash flow streams and various frequency options. Calculate monthly and annual IRR using different financial conventions including ACT/365, ACT/360, and compound methods.",
    "short_name": "IRR Calculator",
    "icons": [{
      "src": "/assets/calc_dollar.png", 
      "sizes": "64x64",
      "type": "image/webp"
    },{
      "src": "/assets/calc_dollar.png", 
      "sizes": "64x64"
    }, {
      "src": "/assets/calc_dollar.png",  
      "sizes": "128x128"
    }],
    "scope": "/irr/",
    "start_url": "/irr/", 
    "display": "fullscreen", 
    "orientation": "landscape", 
    "theme_color": "black", 
    "background_color": "black", 
    "screenshots": [{
      "src": "assets/example_irr.png", 
      "type": "image/png"
    }]
  }