{
  "id": "com.redmagic.neuralcore",
  "name": "RedMagic Neural Core",
  "short_name": "RedMagic",
  "description": "The ultimate PWA neural workspace. Featuring 70B parameter models, voice synthesis, and dynamic code architecture.",
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#000000",
  "theme_color": "#ff0033",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "categories": [
    "productivity",
    "utilities",
    "developer"
  ],
  "icons": [
    {
      "src": "red-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "red-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Neural Thread",
      "short_name": "New Chat",
      "description": "Initialize a fresh context window",
      "url": "./index.html?action=new_chat",
      "icons": [
        {
          "src": "red-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Voice Intercom",
      "short_name": "Voice Mode",
      "description": "Activate auditory interface",
      "url": "./index.html?action=voice",
      "icons": [
        {
          "src": "red-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}