{
  "name": "TeachBeyond Impact",
  "short_name": "Impact",
  "description": "TeachBeyond Impact tracks progress toward reaching the nations through education.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#eeeeee",
  "theme_color": "#004AAD",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "brand/light/icon_96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "brand/light/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "brand/light/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "badge": "brand/light/icon_96.png",
  "screenshots": [
    {
      "src": "/brand/screenshot1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png"
    },
    {
      "src": "/brand/screenshot1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Areas",
      "url": "/areas",
      "icons": [
        {
          "src": "/brand/light/icon_96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Countries",
      "url": "/countries",
      "description": "Open a list of countries.",
      "icons": [
        {
          "src": "/brand/light/icon_96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "The action you would like to perform when the user chooses to share content to your app. For example: share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "The title of the content you would like to share",
      "text": "The text of the content you would like to share",
      "url": "The url of the content you would like to share"
    }
  }
}