Shopify Theme Search by Bold

Shopify Theme Search by Bold

Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shopify Theme Search by Bold",
  "version": "3.6",
  "icons": {
    "16": "BoldIcon16.png",
    "48": "BoldIcon48.png",
    "128": "BoldIcon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.myshopify.com/admin/*"
      ],
      "js": [
        "frontend.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/frontend.js",
    "/assets/js/search.js",
    "bold-partner-program.jpg"
  ]
}