Whisbi Agent

Whisbi Agent

Login to Whisbi easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.4.6",
  "description": "__MSG_extDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "notifications",
    "<all_urls>",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "content_scripts": [],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "http://localhost/*",
      "https://localhost/*",
      "https://agent.whisbi.com/*",
      "https://pre-agent.whisbi.com/*",
      "https://gl-agent.whisbi.com/*",
      "https://*.whisbi.com/*"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extName__"
  },
  "background": {
    "scripts": [
      "./background.js"
    ],
    "persistent": false
  }
}