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": "Cel\u00e3o Grids and Display Elementor Extension",
"description": "Extens\u00e3o que exibe grids e largura na nova barra do Elementor.",
"version": "1.2",
"permissions": [
"storage"
],
"icons": {
"16": "\/icones\/16.png",
"48": "\/icones\/48.png",
"128": "\/icones\/128.png"
},
"action": {
"default_icon": {
"16": "\/icones\/16.png",
"48": "\/icones\/48.png",
"128": "\/icones\/128.png"
},
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"script.js"
],
"css": [
"style.css"
]
}
]
}