Inspect and view changes in Custom Reader View shortcut 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": 2,
"name": "Custom shortcut for Reader View",
"version": "1.0.1",
"description": "Set a custom shortcut that triggers the Reader View",
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"trigger-reader-view": {
"suggested_key": {
"default": "Alt+A"
},
"description": "Toggle reader view"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{80091ba8-9331-47ba-a97c-0e43ca3b70f0}"
}
}
}