{
  "name": "N.O.W.",
  "short_name": "N.O.W.",
  "description": "No Stress. One Stop. Wellness.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#150f06",
  "theme_color": "#150f06",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./art/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./art/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}