PPRotator

PPRotator

Enables 3D Rotation section of Privateer Press gallery without the need for Flash

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "PPRotator",
  "version": "1.0",
  "description": "Enables 3D Rotation section of Privateer Press gallery without the need for Flash",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://privateerpress.com/*/gallery/*"
      ],
      "js": [
        "pprotator.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}