Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FutureWrite AI for Writing & More w\/ ChatGPT", "version": "0.6", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "host_permissions": [ "https:\/\/linkedin.com\/*\/*", "https:\/\/mail.google.com\/*", "https:\/\/*.atlassian.net\/jira\/*", "https:\/\/outlook.office.com\/*" ], "description": "Free-Boost writing w\/ AI! FutureWrite w\/ ChatGPT for emails & more. Say bye 2 writer's block & hello 2 smarter,faster writing.", "homepage_url": "https:\/\/futurewrite.ai", "short_name": "FutureWrite", "permissions": [ "clipboardWrite", "storage" ], "author": "Hari Suresh Dosapati", "minimum_chrome_version": "88", "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "js\/background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "css\/contentScript.css", "css\/options.css", "css\/home.css", "css\/popup.css", "icon128.png", "icon-34.png", "popup.html", "options.html", "home.html" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "js\/contentScript.bundle.js" ] } ] }