Boomerang - SOAP & REST Client

Boomerang - SOAP & REST Client

Seamlessly integrate and test SOAP & REST services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Boomerang - SOAP & REST Client",
  "short_name": "Boomerang",
  "description": "Seamlessly integrate and test SOAP & REST services.",
  "version": "7.7.6",
  "author": "Ashwin K",
  "offline_enabled": true,
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://*.boomerangapi.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "assets/icon32.png"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "http://*/",
    "https://*/",
    "unlimitedStorage",
    "tabs"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "128": "assets/icon128.png",
    "256": "assets/icon256.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}