{ "manifest_version": 3, "name": "Read it later", "version": "1.0.0", "description": "Save pages and links for later, and see them all as a sortable shelf every time you open a new tab.", "icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "permissions": ["storage", "contextMenus", "activeTab", "unlimitedStorage", "alarms"], "background": { "service_worker": "background.js", "scripts": ["sync.js", "background.js"] }, "action": { "default_title": "Save this page to Read it later", "default_icon": { "16": "icons/icon16.png", "32": "icons/icon32.png", "48": "icons/icon48.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_specific_settings": { "gecko": { "id": "shelf-read-later@example.local", "strict_min_version": "109.0" } } }