{
  "id": "./",
  "name": "STOP — Support Tool for Overload Prevention",
  "short_name": "STOP",
  "description": "STOP is a local-first multilingual overload-prevention communication system with center Find, structured Journal, privacy-controlled Care Link, organized Tools, adaptable themes, localized input, self-check/maintenance controls, Support Network, Blackbox and international communication.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#101318",
  "theme_color": "#101318",
  "orientation": "any",
  "categories": [
    "accessibility",
    "medical",
    "utilities"
  ],
  "icons": [
    {
      "src": "stop-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "stop-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "stop-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "STOP now",
      "short_name": "STOP",
      "url": "./index.html?action=stop",
      "icons": [
        {
          "src": "stop-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Messages",
      "url": "./index.html?action=messages"
    },
    {
      "name": "Support",
      "url": "./index.html?action=support"
    },
    {
      "name": "Journal",
      "url": "./index.html?action=journal"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "./index.html?action=tools",
      "accept": {
        "application/json": [
          ".stopbackup",
          ".stoplang",
          ".stopprofile",
          ".stopcare"
        ],
        "text/plain": [
          ".txt"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+stop",
      "url": "./index.html?action=%s"
    }
  ]
}