Fondo | VIT VELLORE

Fondo | VIT VELLORE

Set your websites' own custom background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fondo | VIT VELLORE",
  "description": "Set your websites' own custom background.",
  "version": "1.21",
  "author": "Anonymous",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "favicon.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "jquery-3.4.1.js",
      "socket.io.js"
    ]
  },
  "permissions": [
    "cookies",
    "https://vtop.vit.ac.in/vtop*",
    "http://www.fondo.xyz/*",
    "https://fathomless-refuge-64458.herokuapp.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://vtop.vit.ac.in/vtop*"
      ],
      "js": [
        "content.js",
        "socket.io.js",
        "jquery-3.4.1.js"
      ]
    }
  ]
}