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": "Product Hunt AI Comment Assistant",
"version": "1.2",
"description": "AI-powered Product Hunt comment generator. Get intelligent product insights and curated English comments with Chinese translations.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.producthunt.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*"
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Product Hunt AI Comment Assistant",
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon16.png",
"32": "icons\/icon48.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon48.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.producthunt.com\/*"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/modules\/productLogic.js",
"scripts\/modules\/forumLogic.js",
"scripts\/modules\/common.js"
],
"matches": [
"https:\/\/www.producthunt.com\/*"
]
}
]
}