Moodle Breaker

Moodle Breaker

A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Moodle Breaker",
  "version": "1.5.1",
  "description": "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.",
  "icons": {
    "128": "image/128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://moodle.phystech.edu/",
    "storage"
  ],
  "browser_action": {
    "default_title": "Moodle Breaker",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "src/script.js"
  ],
  "options_page": "option.html"
}