Time Table Viewer & Manager

Time Table Viewer & Manager

Never forget the link of online classes; Managing time table made easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Time Table Viewer & Manager",
  "description": "Never forget the link of online classes; Managing time table made easier.",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "options_ui": {
      "page": "options.html",
      "open_in_tab": false
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}