Gaintime extension Firefox

Examine source code of Gaintime extension

By: syamala
Inspect and view changes in Gaintime extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Gaintime extension",
  "description": "Example extension showing use of the InboxSDK adding a sidebar to a Gmail thread",
  "version": "1.0.0",
  "icons": {
    "16": "./favicon.png",
    "48": "./favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mail.google.com/",
        "*://*.inbox.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "favicon.png"
  ],
  "permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/"
  ],
  "browser_action": {
    "default_icon": "./favicon.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{06b65645-cea4-4901-aebb-f1a41b6f4024}"
    }
  }
}

Best Gaintime extension Alternatives

Here are some Firefox add-ons that are similar to Gaintime extension: