Track & Trace Tools FF edition Firefox

Examine source code of Track & Trace Tools FF edition

Inspect and view changes in Track & Trace Tools FF edition source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Track & Trace Tools",
  "description": "Supercharge your Metrc workflow",
  "default_locale": "en",
  "permissions": [
    "https://*.metrc.com/*",
    "http://localhost:5000/*"
  ],
  "icons": {
    "16": "icons/logo/logo-square-16.png",
    "48": "icons/logo/logo-square-48.png",
    "128": "icons/logo/logo-square-128.png"
  },
  "background": {
    "page": "js/background.js"
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/logo/logo-square-16.png",
      "48": "icons/logo/logo-square-48.png",
      "128": "icons/logo/logo-square-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.metrc.com/*",
        "http://localhost:5000/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "css/content-script.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*",
    "fonts/*"
  ],
  "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https://api.amplitude.com/",
  "version": "0.2.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b9ac4c4e-5c5e-4803-b6ae-ddd397ebfbd1}"
    }
  }
}

Best Track & Trace Tools FF edition Alternatives

Here are some Firefox add-ons that are similar to Track & Trace Tools FF edition: