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": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0.7",
"manifest_version": 3,
"author": "IT Tools",
"background": {
"service_worker": "background.js"
},
"permissions": [],
"action": {
"default_icon": {
"16": "\/images\/icon_16X16.png",
"32": "\/images\/icon_32X32.png",
"48": "\/images\/icon_48X48.png",
"128": "\/images\/icon_128X128.png",
"256": "\/images\/icon_256X256.png"
}
},
"icons": {
"16": "\/images\/icon_16X16.png",
"32": "\/images\/icon_32X32.png",
"48": "\/images\/icon_48X48.png",
"128": "\/images\/icon_128X128.png",
"256": "\/images\/icon_256X256.png"
},
"options_ui": {
"page": "index.html"
},
"web_accessible_resources": [
{
"resources": [
"*.json"
],
"matches": [
"https:\/\/itoolkit.app\/*"
]
}
]
}