Inspect and view changes in AO3_easy_navigation 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": "AO3_easy_navigation",
"version": "1.2",
"description": "easy navigation for AO3",
"content_scripts": [
{
"matches": [
"*://*.archiveofourown.org/*"
],
"js": [
"app.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "AO3_easy_navigation@nav"
}
}
}