Schools Get Deeted

Schools Get Deeted

By using this you will DEET smooth wall

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Schools Get Deeted",
  "version": "0.1",
  "manifest_version": 2,
  "description": "By using this you will DEET smooth wall",
  "homepage_url": "https://www.yeet.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "management",
    "proxy",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png"
    },
    "default_title": "Schools Get Deeted",
    "default_popup": "src/popup/popup.html"
  }
}