CollegeConfetti

CollegeConfetti

Admission Letter Stress Be Gone!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CollegeConfetti",
  "description": "Admission Letter Stress Be Gone!",
  "version": "1.0.2",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.edu/*",
        "https://*.edu/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://*.edu/*",
    "https://*.edu/*"
  ],
  "author": "Eric Qian",
  "homepage_url": "https://bananiumlabs.com",
  "manifest_version": 2
}