Cut Bee | FERRAY CORPORATION

Cut Bee | FERRAY CORPORATION

ウェブサイトの情報をのきねこに送信。Copyright 2021 FERRAY CORPORATION. All rights reserved.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cut Bee | FERRAY CORPORATION",
  "version": "5.0.1",
  "manifest_version": 2,
  "description": "ウェブサイトの情報をのきねこに送信。Copyright 2021 FERRAY CORPORATION. All rights reserved.",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_icon": "icon/cutbee_icon.png",
    "default_title": "CUT BEE - FERRAY CORPORATION"
  },
  "options_page": "html/options.html",
  "icons": {
    "16": "icon/cutbee_icon_16.png",
    "48": "icon/cutbee_icon_48.png",
    "128": "icon/cutbee_icon_128.png"
  }
}