fix(web-clipper): the storage API will not work with a temporary addon ID

This commit is contained in:
Elian Doran 2026-01-24 10:40:16 +02:00
parent 957590523c
commit a9218960e9
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View File

@ -48,10 +48,5 @@
"default": "Ctrl+Shift+E"
}
}
},
"browser_specific_settings": {
"gecko": {
"id": "{1410742d-b377-40e7-a9db-63dc9c6ec99c}"
}
}
}
}

View File

@ -10,6 +10,11 @@ export default defineConfig({
"<all_urls>",
"storage",
"contextMenus"
]
],
browser_specific_settings: {
gecko: {
id: "{1410742d-b377-40e7-a9db-63dc9c6ec99c}"
}
}
}
});