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_extentionTitle__",
"description": "__MSG_extentionDescription__",
"version": "1.1.2",
"manifest_version": 3,
"default_locale": "en",
"homepage_url": "https:\/\/tool-place.net\/",
"action": {
"default_icon": "icons\/icon16.png",
"default_title": "__MSG_extentionDefault_title__",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js",
"chk.js"
],
"matches": [
"<all_urls>"
]
}
],
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage",
"activeTab",
"contextMenus",
"notifications"
]
}