d5575b58e3
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
12 lines
282 B
JSON
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"
|
|
}
|
|
}
|