Zalify

Zalify

Zalify makes it easy for you to manage your Shopify admin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zalify",
  "version": "2.0.0",
  "description": "Zalify makes it easy for you to manage your Shopify admin",
  "author": "m-Ryan",
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "static/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/web.js"
      ],
      "css": [],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon.png"
    },
    "default_title": "Cookie",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "static/js/dom.js",
        "zalify.js",
        "zalify-helper.css",
        "icon.png",
        "icon-gray.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "commands": {},
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}