DMS DEPLOY UTILITIES Firefox

Examine source code of DMS DEPLOY UTILITIES

Inspect and view changes in DMS DEPLOY UTILITIES source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DMS DEPLOY UTILITIES",
  "description": "This extension will simplify your deploy usage",
  "version": "0.0.1.3",
  "permissions": [
    "storage",
    "tabs",
    "notifications"
  ],
  "background": {
    "scripts": [
      "jobs/Background.js"
    ],
    "page": "front/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/deployment/*"
      ],
      "js": [
        "packages/jquery-3.6.3.min.js",
        "jobs/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "jobs/tags.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "assets/custom.png",
    "32": "assets/custom.png",
    "48": "assets/custom.png",
    "128": "assets/custom.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/custom.png",
      "32": "assets/custom.png",
      "48": "assets/custom.png",
      "128": "assets/custom.png"
    },
    "default_title": "DMS DEPLOY UTILITIES",
    "default_popup": "front/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{daf44bf7-1966-d965-0899-91cf07434c3d}"
    }
  }
}

Best DMS DEPLOY UTILITIES Alternatives

Here are some Firefox add-ons that are similar to DMS DEPLOY UTILITIES: