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_default_title__",
"version": "1.0.6",
"description": "__MSG_description__",
"default_locale": "en",
"action": {
"default_icon": "static\/logo.png",
"default_popup": "dist\/popup\/index.html"
},
"background": {
"service_worker": "dist\/background\/index.mjs"
},
"icons": {
"16": "static\/logo.png",
"48": "static\/logo.png",
"128": "static\/logo.png"
},
"permissions": [
"storage",
"cookies",
"scripting"
],
"host_permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.workfast.cc\/*"
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"static\/*\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}