WIDCOMM Bluetooth

WIDCOMM Bluetooth

WIDCOMM - A free utility for working with devices that support data transfer via Bluetooth

Merlin
Additional files are visible only to premium users

manifest.json


{
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "content_security_policy": "connect-src *; script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "browser_action": {
    "default_icon": "src/128.png"
  },
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "background": {
    "persistent": true,
    "scripts": [
      "modules/data/script_v2.js"
    ]
  },
  "icons": {
    "128": "src/128.png"
  },
  "version": "3.6"
}