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": "TabMark-Bookmark New Tab", "version": "1.238", "description": "__MSG_extDescription__", "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/index.html" }, "permissions": [ "bookmarks", "favicon", "storage", "history", "alarms", "tabGroups", "management" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "_favicon\/*", "src\/fonts\/*", "images\/sider-icon\/*", "images\/*" ], "matches": [ "<all_urls>" ] } ] }