VITTY

VITTY

With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VITTY",
  "description": "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!",
  "version": "2.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background/main.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "64": "logo.png"
  },
  "permissions": [
    "storage",
    "https://vittyapi.dscvit.com/*",
    "alarms",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'"
}