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": "", "version": "5.0.1", "manifest_version": 3, "name": "PromptBox: Organize frequently used text", "background": { "service_worker": "background.bundle.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+E" }, "description": "Open My Extension Popup" } }, "action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "externally_connectable": { "matches": [ "https:\/\/app.promptbox.ai\/*" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "prompt_completion_pop.wav" ], "extension_ids": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "storage", "contextMenus", "activeTab", "clipboardWrite", "identity" ], "oauth2": { "client_id": "236185108322-knjd1a4lnpmisufi4bijgn7s3bh2mcmv.apps.googleusercontent.com", "scopes": [ "openid", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "profile" ] }, "host_permissions": [ "*:\/\/*\/*", "https:\/\/www.googleapis.com\/" ] }