{ "manifest_version": 3, "name": "Bookmark Stack", "author": "Tobias Bengfort", "homepage_url": "https://github.com/xi/bookmark-stack", "description": "inspired by view later", "version": "2.1.1", "action": { "default_title": "Bookmark Stack", "default_popup": "src/stack.html" }, "icons": { "16": "icons/icon-16.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" }, "background": { "scripts": ["src/bg.js"], "type": "module" }, "permissions": [ "bookmarks", "tabs", "contextMenus" ], "commands": { "push-bookmark": { "description": "push the current tab to the stack" } }, "browser_specific_settings": { "gecko": { "id": "{4184dc66-ea2a-490f-8f02-21731ee99742}" } } }