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",
"name": "nDocuSoft",
"version": "10.5",
"description": "No Tension to ready NREGA files",
"permissions": [
"declarativeContent",
"storage",
"unlimitedStorage",
"downloads",
"webNavigation",
"contextMenus"
],
"host_permissions": [
"http:\/\/mnregaweb2.nic.in\/",
"http:\/\/mnregaweb4.nic.in\/",
"https:\/\/mnregaweb4.nic.in\/",
"https:\/\/nreganarep.nic.in\/",
"http:\/\/nreganarep.nic.in\/",
"http:\/\/nrega2de.nic.in\/",
"https:\/\/nrega2de.nic.in\/",
"http:\/\/nregade2.nic.in\/",
"https:\/\/nregade2.nic.in\/",
"https:\/\/bhuvan-app2.nrsc.gov.in\/",
"https:\/\/bhuvan-app3.nrsc.gov.in\/",
"https:\/\/bhuvan-fdc1.nrsc.gov.in\/",
"https:\/\/s3.ap-south-1.amazonaws.com\/",
"https:\/\/nregastrep.nic.in\/"
],
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/localhost\/*",
"file:\/\/\/*",
"*:\/\/mnregaweb4.nic.in\/*",
"*:\/\/nregade2.nic.in\/*",
"*:\/\/mnregaweb2.nic.in\/*",
"*:\/\/mnregaweb5.nic.in\/*",
"*:\/\/nreganarep.nic.in\/*",
"*:\/\/nregastrep.nic.in\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/nDocu1.png",
"32": "images\/nDocu1.png",
"48": "images\/nDocu1.png",
"128": "images\/nDocu1.png"
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/ndocusoftstaging.gpsoftwares.in.s3-website.ap-south-1.amazonaws.com\/*",
"*:\/\/ndocusoft.gpsoftwares.in.s3-website.ap-south-1.amazonaws.com\/*",
"*:\/\/ndocusoftstaging.gpsoftwares.in\/*",
"*:\/\/ndocusoft.gpsoftwares.in\/*",
"*:\/\/ndocusoft.apps.sonashankaritsi.com\/*",
"*:\/\/mnregaweb4.nic.in\/*",
"*:\/\/nregade2.nic.in\/*",
"*:\/\/nreganarep.nic.in\/*",
"*:\/\/bhuvan-app2.nrsc.gov.in\/*",
"*:\/\/bhuvan-fdc1.nrsc.gov.in\/*",
"*:\/\/nregastrep.nic.in\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"forms\/application_forms\/*.html",
"thirdParty\/font1.ttf",
"thirdParty\/tunga.ttf",
"thirdParty\/baraha.ttf"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"manifest_version": 3
}