Shopify Theme Preview Links Firefox

Examine source code of Shopify Theme Preview Links

Inspect and view changes in Shopify Theme Preview Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shopify Preview Links",
  "version": "1.0.0",
  "description": "Save and quickly access Shopify theme preview links per store — no more digging through Admin → Themes.",
  "browser_specific_settings": {
    "gecko": {
      "id": "shopify-preview-links@mozilla.firefox",
      "strict_min_version": "78.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Shopify Preview Links",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Shopify Theme Preview Links Alternatives

Here are some Firefox add-ons that are similar to Shopify Theme Preview Links: