Coopel Selector Helper

Coopel Selector Helper

Coopel のシナリオ作成をサポートします。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "3.0.14",
  "manifest_version": 3,
  "default_locale": "ja",
  "icons": {
    "16": "app/images/icon-16.png",
    "48": "app/images/icon-48.png",
    "128": "app/images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content_script.ts.2ac5d589.821d956d.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://console.coopel.ai/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "app/images/*.png",
        "app/fonts/M_PLUS_Rounded_1c/*.woff2",
        "app/fonts/M_PLUS_Rounded_1c_Bold/*.woff2"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/added_action.aa6ed6f3.js",
        "assets/content_script.ts.2ac5d589.js"
      ],
      "use_dynamic_url": true
    }
  ]
}