Pa3BoPoT Lite

Pa3BoPoT Lite

The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pa3BoPoT Lite",
  "version": "1.44",
  "manifest_version": 3,
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_title": "Pa3BoPoT",
    "default_icon": "icon-128.png"
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "workload.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}