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": "HDrezka Grabber",
"description": "__MSG_manifest_description__",
"version": "1.0.0.47",
"version_name": "1.0.0 alpha",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "img\/icons\/prod\/16.png",
"32": "img\/icons\/prod\/32.png",
"48": "img\/icons\/prod\/48.png",
"64": "img\/icons\/prod\/64.png",
"96": "img\/icons\/prod\/96.png",
"128": "img\/icons\/prod\/128.png",
"256": "img\/icons\/prod\/256.png",
"512": "img\/icons\/prod\/512.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "src\/js\/background.js"
},
"permissions": [
"alarms",
"scripting",
"storage",
"declarativeNetRequestWithHostAccess",
"downloads"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"src\/js\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"options_ui": {
"open_in_tab": true,
"page": "settings.html"
},
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/kristal374\/HDrezka-Grabber"
}