サテライトオフィス・IP電話

サテライトオフィス・IP電話

サテライトオフィス・IP電話

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "サテライトオフィス・IP電話",
  "description": "サテライトオフィス・IP電話",
  "version": "1.0.0.8",
  "icons": {
    "48": "./icon_48.png",
    "128": "./icon_128.png"
  },
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "options_page": "",
  "action": {
    "default_icon": "./icon_128.png",
    "default_popup": ""
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "scripting",
    "identity"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; script-src-elem 'self' https://apis.google.com https://ajax.googleapis.com https://www.googleapis.com https://*.firebaseio.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://*.firebasedatabase.app;object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "chrome://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "thirdparty/*",
        "img/*",
        "audio/*",
        "video/*",
        "ringtone/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "oauth2": {
    "client_id": "452576219807-s5qo2kt52sqvj1d7hk1jmkfq3c47jt66.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email"
    ]
  }
}