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": "Keeplinker: Save & Organize Links", "version": "1.1.0", "description": "Save and organize links effortlessly. One-click bookmarking, thematic collections, and seamless experience!", "permissions": [ "storage", "contextMenus", "notifications", "tabs", "activeTab" ], "host_permissions": [ "http:\/\/127.0.0.1:8000\/*", "https:\/\/keeplinker.com\/*" ], "externally_connectable": { "matches": [ "http:\/\/127.0.0.1:8000\/*", "https:\/\/keeplinker.com\/*", "https:\/\/*.keeplinker.com\/*" ] }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "popup.js", "icon.png", "images\/logo.svg", "analytics.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' http:\/\/127.0.0.1:8000 https:\/\/keeplinker.com https:\/\/*.google-analytics.com https:\/\/*.analytics.google.com https:\/\/*.googletagmanager.com" } }