aStyle-Custom theme,custom style Firefox

Examine source code of aStyle-Custom theme,custom style

Inspect and view changes in aStyle-Custom theme,custom style source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "astyle@xzvzxbxcbsaa",
      "strict_min_version": "45.0"
    }
  },
  "manifest_version": 2,
  "name": "AStyle",
  "version": "2.0.2resigned1",
  "description": "customize theme",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_title": "AStyle",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon.png"
    },
    "browser_style": true
  },
  "background": {
    "page": "background.html"
  },
  "icons": {
    "32": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best aStyle-Custom theme,custom style Alternatives

Here are some Firefox add-ons that are similar to aStyle-Custom theme,custom style: