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", "name": "Hacker News Tools", "version": "1.1.0", "description": "Enhance your Hacker News experience with useful tools and features like dark mode and more.", "permissions": [ "storage", "activeTab" ], "manifest_version": 3, "host_permissions": [ "https:\/\/news.ycombinator.com\/*" ], "background": { "service_worker": "sw.js" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "options_page": "options\/options.html", "action": { "default_icon": "icon.png", "default_title": "Hacker News Tools", "default_popup": "popup\/popup.html" }, "omnibox": { "keyword": "hn" }, "homepage_url": "https:\/\/browsernative.com\/hacker-news-chrome-extension\/" }