Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "IndusGPT",
"description": "[FOR INDUS UNIVERSITY ONLY] Student fee calculations, PDF reports, voucher printing, agent dashboards, calculators, and more.",
"version": "9.06",
"icons": {
"128": "logo.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/172.16.0.6:81\/ords\/*",
"http:\/\/faculty.induscms.com:81\/ords\/*",
"http:\/\/local.induscms.com:81\/ords\/*"
],
"js": [
"jspdf.umd.min.js",
"script.js"
],
"world": "MAIN"
}
]
}