{
  "manifest_version": 3,
  "name": "AIWK ZIP Auto Apply",
  "version": "1.1.41",
  "description": "ChatGPT ZIP 파일명 패턴별 yyy_zip_apply.php 자동 POST 적용. v1.1.41 URL 알람 popup 제어.",
  "action": {
    "default_title": "AIWK ZIP Auto Apply",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "downloads",
    "activeTab"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "*://*.yjm.kr/*"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "libs/aiwk_zip_capture_page_hook_v001.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "*://*.yjm.kr/y/yyy_zip_apply.php*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}
