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", "description": "Your browser AI-writing companion", "version": "0.0.3.15", "manifest_version": 3, "name": "OmniWrite \u2014 Your AI-writing companion", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "externally_connectable": { "matches": [ "https:\/\/*.omniwrite.ai\/*" ], "accepts_tls_channel_id": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ], "permissions": [ "contextMenus", "cookies" ], "host_permissions": [ "*:\/\/*.omniwrite.ai\/" ], "commands": { "open-popup": { "suggested_key": { "windows": "Ctrl+M", "mac": "Command+M", "chromeos": "Ctrl+M", "linux": "Ctrl+M" }, "description": "Open the popup" } } }