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, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApEDkVz2kFHKnTk5l2uUlCGjYU8Hgp0jlouXOEV66TfL4Z94cdJTkc8WVLp6WwBTH0nVrUOozm3Po2WaM\/3rMUHjMvsto2XuQ9Caf5yR\/MRIEJDLEIX9yCN6l+5ZoOWox\/5MSvPc2k6bHICeEWCgLpk14cCT7cX1S77XU70QMxxDr6G3A4LzOwpkZ\/uGjXTbkRXlekRMy3MeRMehhKQ+l4t1bzlgRu180Dq3NVVvaZqpmp+qyOCziSMdNyZ9HB9A1kgG5PMa6fEdO1VJAhtL4CeKwBShS4vnhPZB7cpHU+xjCjP3pkmgC6N0J2IaZtcApQXJ9duUqN6roYvx+P+6\/9wIDAQAB", "default_locale": "en", "name": "PrettyPrompt", "version": "0.0.44", "description": "A browser extension to help refine and optimize prompts", "permissions": [ "identity", "storage", "identity.email", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/www.openai.com\/*", "https:\/\/platform.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/aistudio.google.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/claude.ai\/*", "https:\/\/pretty-prompt.com\/*", "https:\/\/www.pretty-prompt.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.openai.com\/*", "https:\/\/platform.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/aistudio.google.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/claude.ai\/*", "https:\/\/pretty-prompt.com\/*", "https:\/\/www.pretty-prompt.com\/*" ], "js": [ "content-ui\/all.iife.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-32.png" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "oauth2": { "client_id": "415354662771-1240p411cv7u7vnsn297sr1il0omfgvs.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "options_page": "options\/index.html" }