Glitchy Glitch Gloo

Glitchy Glitch Gloo

Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Glitchy Glitch Gloo",
  "description": "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829",
  "version": "2.0",
  "author": "zky829, ojhnsn",
  "background": {
    "persistent": false,
    "scripts": [
      "page-glitch.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "Page Glitcher"
  },
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}