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": "Guias para Elementor PRO - FLD",
"version": "3.0.4",
"description": "Esta extensi\u00f3n genera unas guias de construcci\u00f3n dentro de Elementor pro para facilitar la construcci\u00f3n de sitios webs.",
"author": "Gealmago - Jhan Rivas - Jhonny Lubo",
"manifest_version": 3,
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"gridPopup.html",
"assets\/header-bg.jpeg"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"grid.js",
"contentScript.js"
]
}
]
}