Crispy2d

Crispy2d

Force nearest-neighbor scaling on retro-gaming sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Crispy2d",
  "version": "1.1",
  "description": "Force nearest-neighbor scaling on retro-gaming sites",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "http://*.hol.abime.net/*",
    "http://*.lemonamiga.com/*",
    "http://*.mobygames.com/*",
    "http://*.vgmuseum.com/*",
    "http://*.arcade-museum.com/*",
    "http://*.mamedev.emulab.it/*",
    "http://*.mameworld.info/*",
    "http://*.mamedev.org/*",
    "http://*.gamebase64.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2
}