onliner price history

onliner price history

График цен onliner

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "onliner price history",
  "description": "График цен onliner",
  "version": "2021.10.1",
  "icons": {
    "128": "img/ico128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.onliner.by/*"
      ],
      "js": [
        "highstock.js",
        "vanilla-picker.min.js",
        "bundle.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "onliner price history",
    "default_icon": {
      "128": "img/ico128.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.png"
      ],
      "matches": [
        "*://*.onliner.by/*"
      ]
    }
  ]
}