MAHE Attachē

MAHE Attachē

A Quick and Simple tool for key student links. Developed for Manipal University students

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MAHE Attachē",
  "description": "A Quick and Simple tool for key student links. Developed for Manipal University students",
  "version": "1.2",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}