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,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"author": "DivMagic",
"homepage_url": "https:\/\/DivMagic.com",
"short_name": "DivMagic",
"version": "2.1.22",
"action": {
"default_popup": "popup.html",
"default_icon": "icon-48.png",
"default_title": "DivMagic"
},
"background": {
"service_worker": "background.bundle.js"
},
"devtools_page": "devtools.html",
"options_page": "options.html",
"incognito": "split",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
}
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*.wordpress.com\/wp-admin\/*"
],
"js": [
"wordpress.bundle.js"
]
}
],
"permissions": [
"scripting",
"activeTab",
"storage",
"contextMenus"
],
"web_accessible_resources": [
{
"resources": [
"blockRegistration.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"default_locale": "en"
}