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,
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "1.5.17",
"description": "__MSG_extShortDesc__",
"author": "Abhijit Kumar Biswas",
"homepage_url": "https:\/\/www.ovszon.com",
"icons": {
"16": "images\/iconb.png",
"32": "images\/iconb.png",
"64": "images\/iconb.png",
"128": "images\/iconb.png",
"256": "images\/iconb.png"
},
"action": {
"default_icon": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"64": "images\/icon.png",
"128": "images\/icon.png",
"256": "images\/icon.png"
},
"default_title": "__MSG_extName__",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"scripting",
"downloads"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/images\/*.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}