/* https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json
*/
{
    "name": "ITCS 3120 - WebGL Planet Mobile",
    "version": "1.1.126",
    "short_name": "App ShortName",
    "author": "Zachary Wartell",
    "start_url":"https://webpages.charlotte.edu/zwartell/Teaching/webgl-planet-mobile",
    //"start_url":"https://127.0.0.1:8080/",
    "display":"standalone",
    "description" : "",
    "icons": [
      {
        "src": "icons/icon144.png",
        "type": "image/png",
        "sizes": "144x144"
      },
      {
        "src": "icons/icon48.png",
        "type": "image/png",
        "sizes": "48x48"
      }
    ]
}