Bundle by freee

Bundle by freee

ブラウザで利用しているアプリケーションを企業のシステム管理者が一元管理できるようにするための拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "ブラウザで利用しているアプリケーションを企業のシステム管理者が一元管理できるようにするための拡張機能です。",
  "name": "Bundle by freee",
  "version": "1.0.0",
  "icons": {
    "16": "src/images/logo-16.png",
    "32": "src/images/logo-32.png",
    "48": "src/images/logo-48.png",
    "128": "src/images/logo-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "options_ui": {
    "page": "src/options/index.html",
    "open_in_tab": true
  },
  "permissions": [
    "identity",
    "identity.email",
    "history",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "https://extension.bundle.jp/*",
    "https://extension.bundle-staging.jp/*"
  ],
  "action": {}
}