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": "__MSG_name__",
"default_locale": "en",
"description": "__MSG_description__",
"version": "1.1.0",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"action": {
"default_icon": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"js": [
"content.js"
]
}
]
}