Gestiona los marcadores, permite eliminar y actualizar los marcadores del navegador
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Administrador de marcadores",
"version": "1.2",
"description": "Gestiona los marcadores, permite eliminar y actualizar los marcadores del navegador",
"permissions": [
"bookmarks",
"activeTab",
"declarativeContent"
],
"background": {
"service_worker": "background.js"
},
"action": {},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}