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": "HashGen AI", "version": "2.0.1", "description": "AI-powered hashtag generator for social media content", "action": { "default_popup": "src\/popup.html", "default_icon": { "16": "public\/icons\/icon16.png", "48": "public\/icons\/icon48.png", "128": "public\/icons\/icon128.png" } }, "icons": { "16": "public\/icons\/icon16.png", "48": "public\/icons\/icon48.png", "128": "public\/icons\/icon128.png" }, "permissions": [ "clipboardWrite", "storage" ], "host_permissions": [ "https:\/\/api-hash.codesec.me\/api\/generate-hashtags*" ], "background": { "service_worker": "src\/background.js" } }