PaperHive Firefox

Examine source code of PaperHive

Inspect and view changes in PaperHive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PaperHive",
  "version": "1.2.1resigned1",
  "description": "Get notified about discussions on PaperHive about the research article you're looking at.",
  "applications": {
    "gecko": {
      "id": "@paperhive"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-gray-19.png",
      "38": "images/icon-gray-38.png"
    },
    "default_title": "PaperHive",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "webNavigation",
    "activeTab",
    "*://*/*"
  ]
}

Best PaperHive Alternatives

Here are some Firefox add-ons that are similar to PaperHive: