Files
sitemente/public/extensions/hookd/manifest.json
T
horus d5575b58e3 SiteMente - AI-Powered Lead Generation Platform
Features:
- Mission Control dashboard
- HP Submissions tracking
- AI Agents integration
- Lead management CRM
- Marketing email templates
- Chrome extension support

Tech: Next.js, TypeScript, Tailwind CSS, MySQL
2026-03-19 17:38:12 +01:00

12 lines
282 B
JSON

{
"manifest_version": 3,
"name": "Hookd",
"version": "1.1.0",
"description": "Save, organize and AI-sort your X content",
"permissions": ["storage"],
"host_permissions": ["https://x.com/*", "https://twitter.com/*"],
"action": {
"default_popup": "popup.html"
}
}