PX to REM

PX to REM

Easily convert PX to REM and REM to PX.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PX to REM",
  "description": "Easily convert PX to REM and REM to PX.",
  "author": "Arthur Arakelyan",
  "version": "1.2.7",
  "manifest_version": 3,
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "sidebar_action": {
    "default_title": "PX to REM",
    "default_panel": "sidepanel.html",
    "default_icon": {
      "16": "logo16.png",
      "32": "logo32.png",
      "48": "logo48.png",
      "128": "128.png"
    }
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo16.png",
      "32": "logo32.png",
      "48": "logo48.png",
      "128": "128.png"
    }
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "128.png"
  },
  "permissions": [
    "sidePanel"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "78.0"
    }
  }
}