Examine source code of FurAffinity Favs

Inspect and view changes in FurAffinity Favs 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": "FA Favs",
  "version": "0.0.7",
  "permissions": [
    "*://*.furaffinity.net/*",
    "storage",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_title": "FA Favs",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "bg/tab.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+F"
      }
    }
  }
}