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": "Threadly",
"version": "4.0.1",
"description": "Enhances major AI chat platforms with an auto-loading sidebar for advanced thread management and features.",
"permissions": [
"storage",
"activeTab",
"tabs",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Threadly Prompt Refiner"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/x.ai\/*",
"https:\/\/aistudio.google.com\/*",
"https:\/\/perplexity.ai\/*",
"https:\/\/www.perplexity.ai\/*"
],
"js": [
"api-handler.js",
"content.js",
"claude-icon.js",
"chatgpt-sparkle.js",
"ai-studio-sparkle.js",
"gemini-sparkle.js",
"perplexity-sparkle.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"sidebar.css",
"Borel\/Borel-Regular.ttf",
"popup.html",
"popup.js",
"api-handler.js",
"claude-icon.js",
"chatgpt-sparkle.js",
"ai-studio-sparkle.js",
"gemini-sparkle.js",
"perplexity-sparkle.js",
"prompts.json"
],
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/x.ai\/*",
"https:\/\/aistudio.google.com\/*",
"https:\/\/perplexity.ai\/*",
"https:\/\/www.perplexity.ai\/*"
]
}
],
"icons": {
"16": "chatgpt-icon.png",
"32": "chatgpt-icon.png",
"96": "chatgpt-icon.png",
"192": "chatgpt-icon.png",
"512": "chatgpt-icon.png"
}
}