meta CSS Firefox

Examine source code of meta CSS

By: tahara Add-on
Inspect and view changes in meta CSS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{

  "manifest_version": 2,
  "version": "2021.2.25.1419",

  "default_locale": "en",

  "name": "meta CSS",
  "author": "Kodomobeya Oziisan",
  "description": "__MSG_description__",

  "browser_specific_settings": {
    "gecko": {
      "id": "{465e54c0-c503-41fa-9679-79a22710d673}",
      "strict_min_version": "86.0"
    }
  },

  "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'",

  "permissions": [
    "file:///*",
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "webNavigation"
  ],

  "background": {
    "page": "background.html"
  },

  // https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_action
  "browser_action": {
    "browser_style": true
  },

  "sidebar_action": {
    "default_panel": "sidebar.html"
  },

  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },

  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": { "default": "F2" },
      "description": "__MSG_commands__"
    }
  }

}

Best meta CSS Alternatives

Here are some Firefox add-ons that are similar to meta CSS: