{
  "display_information": {
    "name": "EarthShield AI",
    "description": "AI-powered emergency-response coordinator for earthquakes and tsunamis. Decision-support, not prediction.",
    "background_color": "#0b1a2b"
  },
  "features": {
    "bot_user": {
      "display_name": "EarthShield AI",
      "always_online": true
    },
    "slash_commands": [
      {
        "command": "/earth",
        "url": "https://earthshieldai.com/api/public/slack/commands",
        "description": "EarthShield: latest | assess <region> | subscribe <region> | unsubscribe <region> | tsunami | help",
        "usage_hint": "assess Japan",
        "should_escape": false
      }
    ]
  },
  "oauth_config": {
    "scopes": {
      "bot": [
        "app_mentions:read",
        "channels:history",
        "chat:write",
        "chat:write.public",
        "commands",
        "im:history",
        "im:read",
        "im:write",
        "groups:history",
        "mpim:history"
      ]
    }
  },
  "settings": {
    "event_subscriptions": {
      "request_url": "https://earthshieldai.com/api/public/slack/events",
      "bot_events": [
        "app_mention",
        "message.im"
      ]
    },
    "interactivity": {
      "is_enabled": true,
      "request_url": "https://earthshieldai.com/api/public/slack/interactions"
    },
    "org_deploy_enabled": false,
    "socket_mode_enabled": false,
    "token_rotation_enabled": false
  }
}