{
  "name": "Tracshot Notify",
  "short_name": "tracshot",
  "description": "Tracshot NotifyTracshot Notify",
  "icons": [
    {
      "src": "content/img/icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "content/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],


"permissions": [
  "webRequest",
  "notifications"
],
  "start_url": "/index.php",
  "display": "fullscreen",
  "theme_color": "#FFFFFF",
  "background_color": "#112D09"
}