{
  "manifest_version": 3,
  "name": "MCQ ChatGPT Generation Runner",
  "version": "0.1.8",
  "description": "Fulfils MCQ content-generation requests by driving ChatGPT web and posting the JSON back to the MCQ server.",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "storage",
    "clipboardRead",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://mcq.neurapy.com/*"
  ],
  "action": {
    "default_title": "MCQ Generation Runner",
    "default_popup": "popup.html"
  }
}
