Tam's Scripts

Tam's Scripts

Automating annoying School tasks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tam's Scripts",
  "version": "1.3",
  "description": "Automating annoying School tasks",
  "permissions": [
    "activeTab",
    "declarativeContent"
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com https://code.jquery.com https://ssl.google-analytics.com 'sha256-XSFAmsQJYXWFQCIQkHyChYh2XBibIuQrf7Z7uxHctJg='; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2
}