{
  "name": "Reef Angel Controller User App",
  "short_name": "Reef Angel Uapp",
  "id": "RA-Uapp-V4.0.0",
  "icons": [
    {
      "src": "icons/windows11/StoreLogo.scale-400.png",
      "sizes": "200x200",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/windows11/Square44x44Logo.targetsize-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/android/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android/android-launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/ios/1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feeding Mode",
      "description": "Activate Feeding Mode",
      "url": "https://forum.reefangel.com/uapp/#/modes?mode=feeding",
      "icons": [
        {
          "src": "icons/shortcuts/feedingMode.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Water Change Mode",
      "description": "Activate Water Change Mode",
      "url": "https://forum.reefangel.com/uapp/#/modes?mode=waterchange",
      "icons": [
        {
          "src": "icons/shortcuts/waterchangemode.png",
          "type": "image/png",
          "sizes": "96x96",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Exit Mode",
      "description": "Activate Exit Mode",
      "url": "https://forum.reefangel.com/uapp/#/modes?mode=exit",
      "icons": [
        {
          "src": "icons/shortcuts/exitmode.png",
          "type": "image/png",
          "sizes": "96x96",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Lights On",
      "description": "Activate Lights On",
      "url": "https://forum.reefangel.com/uapp/#/modes?mode=lightson",
      "icons": [
        {
          "src": "icons/shortcuts/lightsonMode.png",
          "type": "image/png",
          "sizes": "96x96",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Lights Cancel",
      "description": "Activate Lights Cancel",
      "url": "https://forum.reefangel.com/uapp/#/modes?mode=lightsoff",
      "icons": [
        {
          "src": "icons/shortcuts/lightscancel.png",
          "type": "image/png",
          "sizes": "96x96",
          "purpose": "any"
        }
      ]
    }
  ],
  "start_url": "https://forum.reefangel.com/uapp",
  "display": "standalone",
  "theme_color": "#e9eef0",
  "background_color": "#fafafa",
  "theme_color_media": [
    {
      "media": "(prefers-color-scheme: light)",
      "theme_color": "#e9eef0",
      "background_color": "#fafafa"
    },
    {
      "media": "(prefers-color-scheme: dark)",
      "theme_color": "#1a1a1a",
      "background_color": "#121212"
    }
  ],
  "description": "The Reef Angel Uapp is your digital gateway to the Reef Angel Controller, offering a user-friendly interface for managing your aquatic environment. Get alerts, control settings remotely, and enjoy seamless integration with Android, Apple devices, and web browsers. Monitor and adjust your controller's parameters with ease, anytime, anywhere.",
  "dir": "auto",
  "scope": "https://forum.reefangel.com/uapp",
  "lang": "en",
  "orientation": "any",
  "version": "1.0.1"
} 