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,
"version": "1.0.1",
"name": "Real Twitter Verifier",
"description": "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts",
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_icon": "twitter-128.png"
},
"icons": {
"128": "twitter-128.png"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/main.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content\/content.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage"
]
}