Inspect and view changes in FollowDex 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": "FollowDex",
"version": "1.0",
"author": "Xéfir Destiny",
"homepage_url": "https://mangadex.org",
"description": "Color in red your followed mangas on MangaDex",
"permissions": [
"*://*.mangadex.org/*"
],
"icons": {
"48": "mangadex.png"
},
"content_scripts": [
{
"matches": [
"*://*.mangadex.org/*"
],
"js": [
"followdex.js"
]
}
]
}