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": "ExtSource Pro",
"version": "1.0.0",
"description": "Download the complete source code of any Chrome Web Store extension in CRX or ZIP format.",
"author": "Rakshan Manvaith",
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"action": {
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"default_popup": "data\/popup\/popup.html",
"default_title": "ExtSource Pro"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"activeTab",
"downloads"
],
"host_permissions": [
"https:\/\/clients2.google.com\/service\/update2\/crx*",
"https:\/\/clients2.googleusercontent.com\/crx\/download\/*"
],
"minimum_chrome_version": "92"
}