Slash.com - Cut your store prices

Slash.com - Cut your store prices

Pay less every time you shop online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Slash.com - Cut your store prices",
  "incognito": "not_allowed",
  "short_name": "Slash",
  "version": "1.13.46.0",
  "description": "Pay less every time you shop online",
  "homepage_url": "https://chrome.google.com/webstore/detail/mllianhhiambfndgboiddpflhnmpephj",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "cookies",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background/bundle.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/bundle.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "getdisco.css"
      ],
      "matches": [
        "*://app.getdisco.dev/*",
        "*://app.slash.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "fonts.css"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": "icon-32.png",
    "default_title": "Slash",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icon-32.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "zendesk/*.js",
        "content/*.css",
        "content/*.svg",
        "fonts/*.woff2",
        "fonts/*.woff",
        "**/*.map",
        "**/*.json"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}