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": "NornPages Extension",
"version": "1.0.3",
"description": "Biblioteca de componentes para Elementor. Acelere seu Workflow com a NornPages.",
"permissions": [
"activeTab",
"storage",
"notifications",
"alarms",
"scripting",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/app.nornpages.com.br\/*",
"https:\/\/nornpages.com.br\/*",
"https:\/\/nornpages.com\/*",
"http:\/\/localhost:3000\/*",
"http:\/\/localhost\/*"
],
"action": {
"default_title": "NornPages",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "assets\/icons\/icon16in.png",
"32": "assets\/icons\/icon32in.png",
"48": "assets\/icons\/icon48in.png",
"128": "assets\/icons\/icon128in.png"
},
"web_accessible_resources": [
{
"resources": [
"extension.html",
"extension.css",
"extension.js",
"extension-init.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}