Aukcjoner

Aukcjoner

Auctioneer's essentials - OneBid

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Aukcjoner",
  "description": "__MSG_extensionDescription__",
  "default_locale": "pl",
  "version": "1.1.0",
  "manifest_version": 3,
  "icons": {
    "16": "resources/icons/icon_16.png",
    "18": "resources/icons/icon_18.png",
    "32": "resources/icons/icon_32.png",
    "48": "resources/icons/icon_48.png",
    "64": "resources/icons/icon_64.png",
    "128": "resources/icons/icon_128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://onebid.pl/*",
        "https://*.onebid.pl/*"
      ],
      "css": [
        "./resources/skin/injectStyle.css"
      ],
      "js": [
        "./js/shared.js",
        "./js/inject.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}