File translator

File translator

File translator into another language.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "File Translator",
  "description": "File translator into another language.",
  "version": "1.0",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "homepage_url": "https://files-translator.web.app/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "File Translator"
  },
  "manifest_version": 2
}