Examine source code of MyAnimeTab

Inspect and view changes in MyAnimeTab 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,
  "author": "Ari24",
  "description": "A custom startpage for your browser!",
  "name": "MyAnimeTab",
  "short_name": "MyAnimeTab",
  "version": "4.1.1",
  "icons": {
    "192": "icons/favicon.ico",
    "512": "icons/favicon.ico"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "myanimetab@ari24.com"
    }
  }
}