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": "AI Product Hunting Criteria Generator (v21)",
"version": "22.3.10",
"description": "Generate product\u2011hunting criteria for marketplaces. Offline heuristics; presets; export CSV\/PDF. Not financial advice.",
"action": {
"default_title": "Open Criteria Generator",
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"512": "icon512.png"
},
"permissions": [
"storage",
"clipboardWrite"
],
"host_permissions": [],
"background": {
"service_worker": "service_worker.js"
},
"options_page": "popup.html"
}