Laser Character - Page Destroyer

Laser Character - Page Destroyer

A cat that shoots a laser from its eyes will destroy everything you want to destroy on the web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "assets/icons/icon_128.png",
    "default_popup": "index.html",
    "default_title": "Shoot laser at things you want to remove from the internet.",
    "icons": {
      "32": "assets/icons/icon_32.png",
      "64": "assets/icons/icon_64.png",
      "128": "assets/icons/icon_128.png",
      "256": "assets/icons/icon_256.png"
    },
    "name": "__MSG_name__"
  },
  "background": {
    "service_worker": "bg-wrapper.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cursorcats.com/*"
    ]
  },
  "icons": {
    "32": "assets/icons/icon_32.png",
    "64": "assets/icons/icon_64.png",
    "128": "assets/icons/icon_128.png",
    "256": "assets/icons/icon_256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjYnuF+Jt3fHw7UbATTwAdqGy+SXnGwL5iD86h0znXSae/4jIgMNlG6BWIMw2x2TWX9qOUGULuv55FOMhwkt2eP1im5K4L21bJLOUZ0EUQwdd0h6ubOvHJWIQCJipPLunNXrfYCtwbYaIzXNCZ9znObM7QPKTGJFFuFu8ulPpWuKOk0jD0MTInMdsPcEUQKeZzFQppTWFJw/GTqwrcrlLDa+cVDvA6BjL92nRhsiykJ+pObtWcuEOO3OmvWJzdHe4ucnqvn2B+APZX6RY7igkn5X75O5E0IFUK1Nn2jAaDjr362/+xhfpMrPUI6/zttTpp1HTGfXFHB09BUpff63uQIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [
    "activeTab",
    "storage",
    "alarms",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3.1",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "sounds/meow.mp3",
        "sounds/laser.mp3",
        "sounds/rainbow.mp3",
        "sounds/frog.mp3",
        "sounds/slime.mp3",
        "sounds/woop.mp3",
        "sounds/space.mp3",
        "background.js",
        "cat.svg",
        "cat.png",
        "js/util.js",
        "js/soundbox.js",
        "js/app.js",
        "js/rainbow.js",
        "js/eye.js",
        "js/characters/character.js",
        "js/characters/cat.js",
        "js/characters/cat-tail.js",
        "js/characters/frog.js",
        "js/characters/alien.js"
      ]
    }
  ]
}