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": "Hookwell - Save and Organize your Favorite Emails.", "short_name": "Hookwell", "version": "1.0.6", "description": "Save the email template with one tap.", "permissions": [ "tabs", "storage", "identity" ], "oauth2": { "client_id": "657827833057-6d9baejkp6coluad16qo3ll45erjkl57.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "icons": { "16": "icon128.png", "32": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "action": { "default_popup": "src\/popup\/index.html" }, "content_scripts": [ { "js": [ "contentScripts.js" ], "matches": [ "https:\/\/mail.google.com\/mail\/u\/0\/*", "https:\/\/staging.hookwell.co\/*", "https:\/\/app.hookwell.co\/*", "https:\/\/hammerhead-app-l4pzw.ondigitalocean.app\/*", "https:\/\/seashell-app-bp7xa.ondigitalocean.app\/graphql\/*", "https:\/\/staging.hookwell.co\/staging-hookwell-backend\/graphql\/*" ], "css": [ "\/assets\/extenstionstyle.css" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "service_worker.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "\/assets\/js\/embed.js", "\/assets\/index-7YEeuR4E.js", "\/assets\/client.js", "\/contentScripts.js", "\/assets\/extenstionstyle.css", "\/assets\/react-icons.esm.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "https:\/\/mail.google.com\/mail\/u\/0\/*", "http:\/\/localhost:3000\/*", "https:\/\/app.hookwell.co\/api\/*", "https:\/\/staging.hookwell.co\/*", "https:\/\/app.hookwell.co\/*" ], "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/hammerhead-app-l4pzw.ondigitalocean.app\/*", "https:\/\/seashell-app-bp7xa.ondigitalocean.app\/graphql\/*", "https:\/\/staging.hookwell.co\/staging-hookwell-backend\/graphql\/*", "https:\/\/staging.hookwell.co\/*", "https:\/\/app.hookwell.co\/*" ] } }