서플 - 매일 성장을 도와주는 시작페이지 SUPPLE

서플 - 매일 성장을 도와주는 시작페이지 SUPPLE

매일 보는 시작페이지에서 관심 콘텐츠를 만나보세요

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.5.4",
  "name": "서플 - 매일 성장을 도와주는 시작페이지 SUPPLE",
  "description": "매일 보는 시작페이지에서 관심 콘텐츠를 만나보세요",
  "permissions": [
    "webRequest",
    "storage",
    "favicon",
    "geolocation",
    "tabs",
    "history"
  ],
  "host_permissions": [
    "*://*.supple.kr/*"
  ],
  "action": {
    "default_icon": {
      "16": "images/icon/logo.png",
      "24": "images/icon/logo.png",
      "32": "images/icon/logo.png"
    },
    "default_title": "서플 - 매일 성장을 도와주는 시작페이지 SUPPLE"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/install/is-extension-img.png",
        "_favicon/*",
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "images/icon/logo.png",
    "48": "images/icon/logo.png",
    "128": "images/icon/logo.png"
  },
  "content_security_policy": {
    "default-src": "'self'"
  },
  "externally_connectable": {
    "matches": [
      "*://*.supple.kr/*"
    ],
    "ids": [
      "callkodlngndolncodligjkhiomeopfn"
    ]
  }
}