Straw Poll Viewer

Straw Poll Viewer

Display strawpoll result by right-clicking them. Currently supports strawpoll.me and strawpoll.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Straw Poll Viewer",
  "version": "1.1",
  "description": "Display strawpoll result by right-clicking them. Currently supports strawpoll.me and strawpoll.com.",
  "author": "Colin Delhalle",
  "developer": {
    "name": "Colin Delhalle",
    "url": "https://github.com/colin-delhalle/strawpoll-viewer-firefox"
  },
  "short_name": "StrwPllView",
  "icons": {
    "48": "icons/strawpoll-icon48.png",
    "96": "icons/strawpoll-icon96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://strawpoll.com/*"
  ]
}