GRADUATE PLAN

GRADUATE PLAN

Graduate Plan is an extension helps students building the graduate plan in simple steps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GRADUATE PLAN",
  "short_name": "GRADUATE PLAN",
  "version": "2.5",
  "description": "Graduate Plan is an extension helps students building the graduate plan in simple steps.",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "GRADUATE PLAN"
  },
  "background": {
    "pages": [
      "index.html"
    ],
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js  'unsafe-inline'"
}