Inspect and view changes in a11y Twitter source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "a11y Twitter",
"description": "Accessible reminders for Twitter.",
"version": "1.2.2",
"action": {
"default_icon": "icon128.426fb704.png"
},
"icons": {
"16": "icon16.979acb2f.png",
"48": "icon64.6d78cba9.png",
"128": "icon128.426fb704.png"
},
"content_scripts": [
{
"matches": [
"https://*.twitter.com/*"
],
"run_at": "document_idle",
"js": [
"contentScript.149e215f.js"
],
"css": []
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}