Unicorn Revealer

Unicorn Revealer

Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unicorn Revealer",
  "description": "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.",
  "version": "1.0.0",
  "icons": {
    "128": "assets/images/icon-128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ]
}