Vebiz Eklenti

Vebiz Eklenti

Vebiz Eklenti

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Vebiz Eklenti",
  "description": "Vebiz Eklenti",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "./icons/icon-16.png",
    "32": "./icons/icon-32.png",
    "48": "./icons/icon-48.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "60.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vebiz.com.tr/*"
      ],
      "js": [
        "vebiz-tools.js"
      ]
    }
  ]
}