Torobche

Torobche

Save your money when you buy from digikala

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Torobche",
  "version": "0.1.2",
  "description": "Save your money when you buy from digikala",
  "icons": {
    "16": "assets/torob-ext16.png",
    "48": "assets/torob-ext48.png",
    "128": "assets/torob-ext128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.digikala.com/product/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/torobchebtn.png",
        "assets/close.png",
        "assets/loading.png"
      ],
      "matches": [
        "https://*.digikala.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/torob-ext16.png",
      "48": "assets/torob-ext48.png",
      "128": "assets/torob-ext128.png"
    },
    "default_title": "Torobche",
    "default_popup": "index.html"
  },
  "manifest_version": 3
}