Pixl Purrfct

Pixl Purrfct

Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pixl Purrfct",
  "version": "0.2",
  "manifest_version": 2,
  "description": "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!",
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}