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": "Responsive ViewPort for Elementor",
"version": "1.0.1",
"description": "Display breakpoint widths and add grid to Elementor canvas",
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_start",
"all_frames": true
}
],
"background": {
"service_worker": "update-dynamic-icons.js"
},
"web_accessible_resources": [
{
"resources": [
"styles.css",
"assets\/mdesigner-logo.png",
"assets\/bmc-full-logo.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "Responsive ViewPort for Elementor"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}