Inbox Zero Cats for Gmail Firefox

Examine source code of Inbox Zero Cats for Gmail

Inspect and view changes in Inbox Zero Cats for Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inbox Zero Cats for Gmail",
  "version": "3.0.0",
  "description": "Adds a random cat to the empty state of Gmail inbox",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png",
    "256": "images/icon_256.png",
    "512": "images/icon_512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "index.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_title": "Inbox Zero Cats for Gmail",
    "default_popup": "popup/index.html",
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1d541bdc-d07e-46ec-a911-aebd8f0f004e}"
    }
  }
}

Best Inbox Zero Cats for Gmail Alternatives

Here are some Firefox add-ons that are similar to Inbox Zero Cats for Gmail: