{
  "name": "HumbleFax App",
  "short_name": "HumbleFax",
  "description": "Online Faxing Made Simple. The easy way to send and receive faxes from your pc, mac, or phone.",
  "lang": "en-US",
  "icons": [
    {
      "src": "/dashboard_assets/img/icons/192icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/dashboard_assets/img/icons/512icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "categories": ["productivity", "fax", "efax"],
  "display_override": ["fullscreen", "minimal-ui"],
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#fbfafc",
  "background_color": "#F3F2F9",
  "shortcuts" : [
    {
        "name": "Compose Fax",
        "short_name": "Compose",
        "url": "/?category=compose-fax",
        "description": "Create new fax to send.",
        "icons": [
          {
              "src": "/dashboard_assets/img/icons/compose_fax_icon_96.png",
              "sizes": "96x96",
              "type": "image/png"
          }
        ]
    }
  ],
  "screenshots": [
      {
        "src": "/dashboard_assets/img/screenshots/compose-fax.png",
        "sizes": "910x777",
        "type": "image/png",
        "platform": "wide",
        "label": "Create New Fax"
      },
      {
        "src": "/dashboard_assets/img/screenshots/faxes_screenshot-png.png",
        "sizes": "1818x1444",
        "type": "image/png",
        "platform": "wide",
        "label": "Fax History Management Section"
      },
      {
        "src": "/dashboard_assets/img/screenshots/fax_details_screenshot.png",
        "sizes": "1837x1174",
        "type": "image/png",
        "platform": "wide",
        "label": "Fax Details Section"
      },
      
      {
        "src": "/dashboard_assets/img/screenshots/compose-fax-mobile-screenshot.png",
        "sizes": "619x1342",
        "type": "image/png",
        "platform": "narrow",
        "label": "Create New Fax"
      },
      {
        "src": "/dashboard_assets/img/screenshots/faxes_screenshot_mobile.png",
        "sizes": "622x1351",
        "type": "image/png",
        "platform": "narrow",
        "label": "Fax History Management Section"
      },
      {
        "src": "/dashboard_assets/img/screenshots/fax-details-screenshot-mobile.png",
        "sizes": "619x1335",
        "type": "image/png",
        "platform": "narrow",
        "label": "Fax Details Section"
      }   
  ]
}