Poshify Utilities Firefox

Examine source code of Poshify Utilities

Inspect and view changes in Poshify Utilities source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "short_name": "Poshify Utilities",
  "name": "Poshify Utilities",
  "description": "Some posh utilities for Shopify developers and merchants 🎉. Notably, metafields editor",
  "author": "Husseyexplores",
  "version": "3.0.0",
  "browser_action": {
    "default_icon": "/img/128.png",
    "default_popup": "/popup.html"
  },
  "icons": {
    "16": "/img/16.png",
    "48": "/img/48.png",
    "128": "/img/128.png"
  },
  "permissions": [
    "https://*.myshopify.com/admin*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.myshopify.com/admin*"
      ],
      "exclude_matches": [
        "https://*.myshopify.com/admin/themes/*/editor*",
        "https://*.myshopify.com/admin/*.xml*"
      ],
      "css": [
        "/static/css/bundle.css"
      ],
      "js": [
        "/static/js/bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "/static/css/bundle.css"
  ]
}

Best Poshify Utilities Alternatives

Here are some Firefox add-ons that are similar to Poshify Utilities: