Pixel scroll

Pixel scroll

Pixel scroll

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.1.0",
  "name": "Pixel scroll",
  "description": "Pixel scroll",
  "author": "axarsar",
  "action": {
    "default_popup": "popup.html",
    "default_title": "History quick view",
    "default_icon": {
      "16": "/images/icon-16.png",
      "32": "/images/icon-32.png"
    }
  },
  "icons": {
    "16": "/images/icon-16.png",
    "32": "/images/icon-32.png",
    "48": "/images/icon-48.png",
    "128": "/images/icon-128.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ]
}