ABCPRO SIP Integration for Firefox Firefox

Examine source code of ABCPRO SIP Integration for Firefox

Inspect and view changes in ABCPRO SIP Integration for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ABCPRO SIP Integration for Firefox",
  "version": "0.1.4",
  "manifest_version": 2,
  "description": "Dodatek zapewniający integrację między BAW i SIP dla przeglądarki Mozilla Firefox.",
  "icons": {
    "19": "img/icon.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_unlogged.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "backgroundWorker.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "storage",
    "webNavigation",
    "webRequest",
    "<all_urls>",
    "*://*.abcpro.pl/*",
    "*://*.ad.lasy.gov.pl/*",
    "*://ad.lasy.gov.pl/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "*://*.abcpro.pl/*",
        "*://*.ad.lasy.gov.pl/*",
        "*://ad.lasy.gov.pl/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://*.abcpro.pl https://*.prawomiejscowe.pl; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{606F623A-21CA-4DBF-9B64-EB3615769266}"
    }
  }
}

Best ABCPRO SIP Integration for Firefox Alternatives

Here are some Firefox add-ons that are similar to ABCPRO SIP Integration for Firefox: