CAT PARTY!😻🎉🐈🥳😹

CAT PARTY!😻🎉🐈🥳😹

***FLASH WARNING*** This Chrome Extension's content produces a flashing light when the cats party. This is a fun extension to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CAT PARTY!😻🎉🐈🥳😹",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jquery-3.1.0.js",
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "cat-favicon16.png",
      "32": "cat-favicon32.png",
      "48": "cat-favicon48.png",
      "128": "cat-favicon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Cat"
  },
  "icons": {
    "16": "cat-favicon16.png",
    "32": "cat-favicon32.png",
    "48": "cat-favicon48.png",
    "128": "cat-favicon128.png"
  }
}