Question Monitor for Stack Exchange

Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Question Monitor for Stack Exchange",
  "version": "0.9.1",
  "manifest_version": 2,
  "description": "Tracks relevant unanswered questions on the Stack Exchange network.",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_title": "Show unanswered questions.",
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://api.stackexchange.com/"
  ],
  "content_security_policy": "script-src 'self' https://api.stackexchange.com; object-src 'self'"
}