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_extNameFull__",
"short_name": "__MSG_extName__",
"version": "0.2.1",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"16": "res\/icons\/logo\/logo_16.png",
"32": "res\/icons\/logo\/logo_32.png",
"48": "res\/icons\/logo\/logo_48.png",
"128": "res\/icons\/logo\/logo_128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/libs\/jquery-ui.min.css",
"css\/contentStyle.css"
],
"js": [
"js\/libs\/jquery.js",
"js\/libs\/jquery-ui.min.js",
"js\/contentScript.js"
],
"all_frames": false,
"run_at": "document_start"
}
],
"permissions": [
"storage",
"contextMenus"
],
"author": "Oziku Technologies LLC",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "html\/popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"16": "res\/icons\/logo\/logo_16.png",
"32": "res\/icons\/logo\/logo_32.png",
"48": "res\/icons\/logo\/logo_48.png",
"128": "res\/icons\/logo\/logo_128.png"
}
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"res\/icons\/ui\/drag.png"
]
}
]
}