Sql-ex Forum Checker

Sql-ex Forum Checker

Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/sqlex_not_logged_in_blue.png",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_sqlexcheck_description__",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "name": "__MSG_sqlexcheck_name__",
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "tabs",
    "webNavigation",
    "*://*.sql-ex.ru/*",
    "*://*.sql-ex.com/*"
  ],
  "homepage_url": "http://www.sql-ex.com/",
  "version": "1.1.3",
  "manifest_version": 2
}