Inbox When Ready for Gmail™ Firefox

Examine source code of Inbox When Ready for Gmail™

Inspect and view changes in Inbox When Ready for Gmail™ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.8.1",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "firefox@inboxwhenready.org"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "24": "images/icon-24.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png"
    }
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "chrome_style": true
  },
  "web_accessible_resources": [
    "images/icon-lock-gmail-32.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://inboxwhenready.org/*",
        "https://mail.google.com/*"
      ],
      "css": [
        "styles/gmail.css",
        "styles/inbox-when-ready.css"
      ],
      "js": [
        "scripts/content_scripts/vendor/zepto.min.js",
        "scripts/content_scripts/inbox-when-ready.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "https://inboxwhenready.org/*",
    "https://api.inboxwhenready.org/*",
    "http://mail.google.com/*",
    "https://mail.google.com/*"
  ]
}

Best Inbox When Ready for Gmail™ Alternatives

Here are some Firefox add-ons that are similar to Inbox When Ready for Gmail™: