セカイブラウザ Google Chrome拡張機能版

セカイブラウザ Google Chrome拡張機能版

セカイVPN契約者向けのGoogle Chrome用の拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "type": "module",
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon/icon_grey_128px.png",
    "default_popup": "popup.html",
    "default_title": "セカイブラウザ Google Chrome拡張機能版"
  },
  "description": "セカイVPN契約者向けのGoogle Chrome用の拡張機能です。",
  "icons": {
    "16": "icon/icon_green_16px.png",
    "48": "icon/icon_green_48px.png",
    "128": "icon/icon_green_128px.png"
  },
  "manifest_version": 3,
  "name": "セカイブラウザ Google Chrome拡張機能版",
  "permissions": [
    "proxy",
    "management",
    "storage",
    "webRequest",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "セカイブラウザ Google Chrome拡張機能版",
  "version": "1.1.0"
}