{
  "name": "NiceThings",
  "short_name": "NiceThings",
  "description": "A gamified self-care companion. Collect uplifting quotes, images, and moments — your pet rock benefits from you taking care of yourself.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FEFEFE",
  "theme_color": "#7BC67E",
  "categories": [ "lifestyle", "health" ],
  "icons": [
    {
      "src": "assets/branding/favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "assets/branding/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/branding/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/branding/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}