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", "name": "Prompt saver", "version": "1.0", "manifest_version": 3, "permissions": [ "sidePanel", "scripting", "storage" ], "host_permissions": [ "*:\/\/chatgpt.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "gpt script logo 16.png", "48": "gpt script logo 48.png", "128": "gpt script logo 128.png" }, "content_scripts": [ { "matches": [ "*:\/\/chatgpt.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "index.html" }, "side_panel": { "default_path": "index.html" } }