Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "My Product Hunt", "short_name": "My PH", "description": "Product Hunt Dark Mode Theme", "version": "3.1.9", "homepage_url": "https:\/\/github.com\/uretgec\/my-product-hunt", "permissions": [ "webNavigation" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "author": "Uretgec", "offline_enabled": false, "content_scripts": [ { "matches": [ "https:\/\/www.producthunt.com\/*" ], "css": [ "myStyles.css", "assets\/darkmode.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.producthunt.com\/*" ], "js": [ "lib\/darkmode.js", "contentScript.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" } }