Acefone Softphone

Acefone Softphone

Softphone Powered by Acefone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Acefone Softphone",
  "short_name": "Acefone",
  "description": "Softphone Powered by Acefone",
  "version": "1.0.3",
  "icons": {
    "128": "images/acefone/favicon.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "images/acefone/favicon.png"
  },
  "permissions": [
    "storage",
    "microphone",
    "background"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "assets/*",
        "index.html"
      ],
      "matches": [],
      "extension_ids": []
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}