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": "Prompt Repo - ChatGPT & Claude", "version": "1.0.16", "description": "Convert GitHub repos and local directories into AI chat prompts. Select files, feed content to ChatGPT and Claude.", "permissions": [], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-fdc9e619.js" ], "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*", "https:\/\/aistudio.google.com\/*" ], "css": [ "assets\/index-fed86448.css" ] } ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/render.githubusercontent.com\/*", "https:\/\/codeload.github.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/aistudio.google.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*" ], "resources": [ "assets\/fileListReducer-b462aaa0.js", "assets\/index.tsx-a192849f.js" ], "use_dynamic_url": false } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } }