WebAssign Upgrade

WebAssign Upgrade

Makes WebAssign.net easy to use. Clears up space to think, fixes scrolling issues. Allows for more of a question to be visable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WebAssign Upgrade",
  "description": "Makes WebAssign.net easy to use. Clears up space to think, fixes scrolling issues. Allows for more of a question to be visable.",
  "version": "1.0.4",
  "author": "dandevelopment",
  "browser_action": {
    "default_icon": "assets/icons/icon.png",
    "default_popup": "popup.html"
  },
  "offline_enabled": true,
  "background": {
    "scripts": [
      "background.js",
      "assets/js/tools.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "https://www.webassign.net/*"
  ],
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  }
}