INISAFE SmartManagerEX

INISAFE SmartManagerEX

INISAFE SmartManagerEX 확장 프로그램

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "INISAFE SmartManagerEX",
  "version": "1.0.2.3",
  "action": {
    "default_icon": {
      "16": "default_16.png",
      "48": "default_48.png",
      "128": "default_128.png"
    }
  },
  "description": "INISAFE SmartManagerEX 확장 프로그램",
  "icons": {
    "16": "default_16.png",
    "48": "default_48.png",
    "128": "default_128.png"
  },
  "author": "INITECH co., Ltd.",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "inject.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "nativeMessaging",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "contentscript.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "homepage_url": "https://www.initech.com"
}