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": "Product Hunt Extension: Helper",
"icons": {
"16": ".\/assets\/logo.png",
"48": ".\/assets\/logo.png",
"128": ".\/assets\/logo.png"
},
"description": "Product Hunt Extension: Automate routine activities on producthunt.com and Take number #1 rank \ud83c\udfc6",
"version": "1.11.25",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.producthunt.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.producthunt.com\/*"
],
"exclude_globs": [
"http:\/\/localhost:*\/*"
],
"js": [
"main.js"
]
}
]
}