{
  "name": "Raggedy Shield - Full Stack Social Protection",
  "short_name": "Raggedy Shield",
  "description": "The world's first comprehensive AI-powered social protection ecosystem with private healing communities, public social platforms, and advanced Anti-Victim Prejudice detection.",
  "version": "3.0.0",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ff4fd8",
  "background_color": "#0A0A0F",
  "lang": "en-US",
  "dir": "ltr",

  "icons": [
    {
      "src": "/icon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Raggedy Shield Dashboard"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Protection Interface"
    }
  ],

  "categories": [
    "social",
    "productivity",
    "utilities",
    "lifestyle"
  ],

  "shortcuts": [
    {
      "name": "HWB Communities",
      "short_name": "HWB",
      "description": "Access private healing communities",
      "url": "/?section=hwb",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Social Platform",
      "short_name": "Social",
      "description": "Open public social platform",
      "url": "/?section=social",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AVP Protection",
      "short_name": "AVP",
      "description": "Check content safety",
      "url": "/?section=avp",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Crisis Resources",
      "short_name": "Crisis",
      "description": "Emergency support resources",
      "url": "/?section=crisis",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "text/*"]
        }
      ]
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+raggedyshield",
      "url": "/?action=%s"
    }
  ],

  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://raggedyshield.co.uk/manifest.json"
    }
  ],

  "prefer_related_applications": false,

  "edge_side_panel": {
    "preferred_width": 400
  },

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "handle_links": "preferred",

  "scope_extensions": [
    {
      "type": "web",
      "origin": "https://raggedyshield.co.uk"
    },
    {
      "type": "web",
      "origin": "https://thephoenixpost.uk"
    }
  ],

  "permissions": [
    "notifications",
    "background-sync",
    "persistent-storage"
  ],

  "features": [
    "offline-protection",
    "real-time-avp-detection",
    "cross-platform-sync",
    "encrypted-storage",
    "community-moderation",
    "crisis-support"
  ]
}
