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": "huntFilter",
"version": "3.0",
"description": "Allows users to shuffle the order of products on Product Hunt and hide already seen launches.",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/producthunt.com\/",
"*:\/\/www.producthunt.com\/"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
}
}