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",
"name": "Twitter Color Customizer - Unlimited Theme Options",
"description": "Unlock unlimited color themes for Twitter (and X.com)! Customize your Twitter experience with any color.",
"version": "1.0.0",
"manifest_version": 3,
"permissions": [
"storage",
"scripting",
"tabs",
"declarativeContent"
],
"host_permissions": [
"*:\/\/twitter.com\/*",
"*:\/\/x.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Open the Color Customizer Tool",
"default_popup": "selector.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
}