Dynac-KGP-ERP

Dynac-KGP-ERP

Enhances your CV making experience with IIT KGP ERP by providing real-time updates to any changes made.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dynac-KGP-ERP",
  "description": "Enhances your CV making experience with IIT KGP ERP by providing real-time updates to any changes made.",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Dynac Extension",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "images/logo_black_bg.png",
    "32": "images/logo_black_bg.png",
    "48": "images/logo_black_bg.png",
    "128": "images/logo_black_bg.png"
  }
}