Examine source code of Color Theme | SwiftTheme

Inspect and view changes in Color Theme | SwiftTheme 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,
  "default_locale": "en",
  "name": "SwiftTheme",
  "description": "__MSG_extensionDescription__",
  "version": "5",
  "author": "nScript",
  "homepage_url": "https://nscript.ru/swifttheme/",
  "icons": {
    "48": "ast/icon48.png",
    "96": "ast/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "swifttheme@nscript.ru",
      "strict_min_version": "58.0"
    }
  },
  "background": {
    "scripts": [
      "scr/bc.js"
    ]
  },
  "permissions": [
    "storage",
    "theme"
  ],
  "browser_action": {
    "default_icon": {
      "19": "ast/icon19.png",
      "38": "ast/icon38.png"
    },
    "default_title": "SwiftTheme",
    "default_popup": "index.html"
  }
}