Pretty Kitty Firefox

Examine source code of Pretty Kitty

Inspect and view changes in Pretty Kitty source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pretty Kitty",
  "version": "0.1.3",
  "description": "An extension to view cute cat gifs",
  "homepage_url": "https://thecatapi.com/",
  "icons": {
    "32": "icons/cat-32.png"
  },
  "permissions": [
    "*://*/*",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "beautify.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/cat-32.png",
    "theme_icons": [
      {
        "light": "icons/cat-32.png",
        "dark": "icons/cat-32.png",
        "size": 32
      }
    ],
    "default_title": "Pretty Kitty",
    "default_popup": "popup/index.html"
  }
}

Mejores alternativas Pretty Kitty

Aquí hay algunas Firefox add-ons que son similares a Pretty Kitty: