Quest Raspberry Firefox

Examine source code of Quest Raspberry

Inspect and view changes in Quest Raspberry source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quest Raspberry",
  "version": "1.2.4",
  "author": "Zijian Shao",
  "background": {
    "scripts": [
      "js/configs.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon/icon16.png",
      "24": "icon/icon24.png",
      "32": "icon/icon32.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "Quest Raspberry"
  },
  "content_scripts": [
    {
      "css": [
        "css/base.css"
      ],
      "js": [
        "js/configs.js",
        "js/init.js"
      ],
      "matches": [
        "*://quest.pecs.uwaterloo.ca/psp/SS/*",
        "*://quest.pecs.uwaterloo.ca/psc/SS/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "js/jquery.js",
        "js/configs.js",
        "js/init_idle.js"
      ],
      "matches": [
        "*://quest.pecs.uwaterloo.ca/psp/SS/*",
        "*://quest.pecs.uwaterloo.ca/psc/SS/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "description": "Raspberry applies a new theme to UWaterloo Quest and allows you to export course schedule as file or picture.",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "webNavigation",
    "*://quest.pecs.uwaterloo.ca/*"
  ],
  "short_name": "Quest Raspberry",
  "web_accessible_resources": [
    "js/*",
    "css/*",
    "icon/*",
    "img/*"
  ],
  "applications": {
    "gecko": {
      "id": "questraspberry@zijianshao.com",
      "strict_min_version": "57.0"
    }
  }
}

Best Quest Raspberry Alternatives

Here are some Firefox add-ons that are similar to Quest Raspberry: