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": "ProdHunt",
"version": "1.1",
"description": "Get top 50 products daily from producthunt.com",
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "48PRODSCRAPE.png",
"128": "128PRODSCRAPE.png"
}
},
"icons": {
"16": "16PRODSCRAPE.png",
"48": "48PRODSCRAPE.png",
"128": "128PRODSCRAPE.png"
},
"host_permissions": [
"https:\/\/prodhunt-chi.vercel.app\/*"
]
}