{
  "name": "Getcalculator.app",
  "short_name": "Calculator",
  "start_url": "https://getcalculator.app",
  "display": "fullscreen",
  "background_color": "#ff9b31",
  "theme_color": "#ff9b31",
  "description": "An iOS calculator clone for the ipad and other devices",
  "orientation": "portrait",
  "icons": [
  {
    "src": "https://getcalculator.app/static/getcalculator/img/homescreen192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any maskable"
  },
  {
    "src": "https://getcalculator.app/static/getcalculator/img/homescreen512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any maskable"
  }
  ]
}