Inspect and view changes in Event timeline display 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": "timeline-menus",
"version": "1.3",
"description": "Add context menus to allow the storage and viewing of Wikipedia data",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"tabs"
],
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icons/wikipedia_globe_icon_16.png",
"32": "icons/wikipedia_globe_icon_32.png"
},
"default_title": "Timeline"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icons/wikipedia_globe_icon_16.png",
"32": "icons/wikipedia_globe_icon_32.png",
"48": "icons/wikipedia_globe_icon_48.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{dbcba650-c405-4399-9c1a-4e3ee6cf0dec}"
}
}
}