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 Dracula Custom Theme",
"version": "1.5.1",
"description": "A custom Dracula Theme for ChatGPT.",
"host_permissions": [
"*:\/\/chatgpt.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/chatgpt.com\/*"
],
"css": [
"chatgpt-dracula-custom-theme.css"
],
"js": [
"content_script.js"
]
}
],
"icons": {
"128": "icon_128.png"
}
}