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": "Hacker News preview", "version": "0.0.1", "description": "Preview hacker news posts", "icons": { "48": "icon-48.png", "96": "icon-96.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "js": [ "script.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "bg.js" }, "host_permissions": [ "https:\/\/hackernews.xyz\/" ] }