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": "ChatGPT Folder Organizer", "version": "1.03.11.24", "permissions": [ "storage" ], "background": { "service_worker": "backgroundscript.js" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "js": [ "fileManagement\/contentscript.js" ] } ], "icons": { "128": "images\/icon_128.png" } }