{
 "name": "PRO Locker",
 "short_name": "PRO",
 "description": "Private training log. Authorized use only.",
 "start_url": "./index.html",
 "scope": "./",
 "display": "standalone",
 "orientation": "portrait",
 "background_color": "#0A0A0A",
 "theme_color": "#0A0A0A",
 "icons": [
  {
   "src": "favicon-32.png",
   "sizes": "32x32",
   "type": "image/png"
  },
  {
   "src": "icon-192.png",
   "sizes": "192x192",
   "type": "image/png",
   "purpose": "any"
  },
  {
   "src": "icon-512.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "any"
  },
  {
   "src": "icon-512-maskable.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable"
  }
 ],
 "id": "/"
}