Improving rs.ge translation display

Improving rs.ge translation display

Fixing errors on the rs.ge to improve layout after Google translations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Improving rs.ge translation display",
  "description": "Fixing errors on the rs.ge to improve layout after Google translations",
  "version": "0.0.1",
  "icons": {
    "16": "logo/rs-icon-16.png",
    "48": "logo/rs-icon-48.png",
    "128": "logo/rs-icon-128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "js": [
        "foreground.js"
      ],
      "matches": [
        "*://*.rs.ge/*",
        "*://rs.ge/*"
      ],
      "run_at": "document_start"
    }
  ]
}