모두의 랜덤 디펜스 제출 유틸리티

모두의 랜덤 디펜스 제출 유틸리티

모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "모두의 랜덤 디펜스 제출 유틸리티",
  "version": "0.0.25",
  "description": "모두의 랜덤 디펜스 시험 중 자동 제출을 위한 크롬 익스텐션입니다.",
  "host_permissions": [
    "https://acmicpc.net/*",
    "https://www.acmicpc.net/*",
    "https://morandi.co.kr/*",
    "https://api.morandi.co.kr/*"
  ],
  "permissions": [
    "cookies",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "Morandi.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png",
    "128": "128.png"
  }
}