Examine source code of Colored FNBase

Inspect and view changes in Colored FNBase 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
{
  "name": "Colored FNBase",
  "version": "1.0",
  "description": "FNBase 상단바 색상 커스터마이징",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://fnbase.xyz/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "icons": {
    "1200": "logo.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "navbar-color@fnbase.xyz",
      "strict_min_version": "57.0"
    }
  },
  "manifest_version": 2
}