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": "SuperPrompt - AI Prompt Saving Tool", "version": "1.2.0", "description": "Save & paste your AI prompts without switching tabs.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Open SuperPrompt Sidebar" }, "background": { "service_worker": "background\/background.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "scripting", "storage" ], "web_accessible_resources": [ { "resources": [ "images\/Logo.png", "images\/folder.png" ], "matches": [ "<all_urls>" ] } ] }