VIT Go

VIT Go

Simplifying the experience of vtopbeta ;)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "externally_connectable": {
    "matches": [
      "*://*.vit.ac.in/*",
      "*://*.feedveed.com/*"
    ]
  },
  "background": {
    "scripts": [
      "UseOneWindow.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html",
    "default_title": "VIT Go"
  },
  "content_scripts": [
    {
      "js": [
        "OpenInTheSameTab.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "js": [
        "ExtensionFromServer.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Simplifying the experience of vtopbeta ;)",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "VIT Go",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "*://*.feedveed.com/*",
    "*://*.vit.ac.in/*"
  ],
  "short_name": "VIT Go",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.5"
}