{
  "name": "Cypher Stick Controller",
  "short_name": "Cypher Stick",
  "description": "Control your LVL7 Cypher Stick POV display via Bluetooth. LoRa mesh communication works completely offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#FF00FF",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "entertainment", "communication"],
  "shortcuts": [
    {
      "name": "LoRa Mesh",
      "short_name": "LoRa",
      "description": "Open LoRa off-grid chat",
      "url": "/?tab=lora",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "text"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
