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": "Starmarks Bookmark Manager", "short_name": "Starmarks", "description": "Unleash the power of your bookmarks! Effortlessly filter, sort, and organize your favorite websites with Starmarks.", "version": "1.0.4", "version_name": "1.0.4", "icons": { "16": "src\/assets\/icons\/star-icon-16.png", "32": "src\/assets\/icons\/star-icon-32.png", "48": "src\/assets\/icons\/star-icon-48.png", "128": "src\/assets\/icons\/star-icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "side_panel": { "default_path": "src\/extension\/sidepanel\/sidepanel.html" }, "action": { "default_icon": { "16": "src\/assets\/icons\/star-icon-16.png", "32": "src\/assets\/icons\/star-icon-32.png", "48": "src\/assets\/icons\/star-icon-48.png", "128": "src\/assets\/icons\/star-icon-128.png" } }, "chrome_url_overrides": { "newtab": "src\/extension\/newtab\/newtab.html" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "_favicon\/*", "src\/assets\/icons\/star-icon-empty-16.png", "src\/extension\/manager\/manager.html", "src\/extension\/manager\/index.ts", "src\/extension\/sidepanel\/sidepanel.html", "src\/extension\/sidepanel\/index.ts", "src\/extension\/newtab\/newtab.html", "src\/extension\/newtab\/index.ts" ], "use_dynamic_url": false } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "bookmarks", "storage", "sidePanel", "tabs", "activeTab", "history" ] }