Pigeon

Pigeon

Explore social content. The easiest way to find out what people are saying about what you're reading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pigeon",
  "version": "1.4",
  "description": "Explore social content. The easiest way to find out what people are saying about what you're reading.",
  "manifest_version": 2,
  "incognito": "split",
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "clipboardRead",
    "webRequest",
    "webNavigation",
    "*://*.herokuapp.com/*"
  ]
}