{
  "name": "Regain Focus",
  "short_name": "Regain",
  "description": "A minimal focus companion web app.",
  "start_url": "./index.html?v=14",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#02040a",
  "theme_color": "#02040a",
  "categories": ["health", "music", "productivity"],
  "icons": [
    {
      "src": "icons/icon-v14.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-v14.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },    {
      "src": "icons/icon-192-v14.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-v14.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-v14.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-v14.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Deep Sleep",
      "url": "./index.html?category=2",
      "description": "Jump straight to relaxation"
    },
    {
      "name": "Ambient Focus",
      "url": "./index.html?category=0",
      "description": "Start a focus session"
    }
  ]
}