Accents: Spanish, Portuguese, French, German

Accents: Spanish, Portuguese, French, German

Type accents, symbols, and special characters through a simple popup system. Promote your education, productivity, and diversity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Eugene Li and Gaetan Almela",
  "action": {
    "default_icon": "images/browserActionFlip.png",
    "default_title": "Accents"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/main.js",
        "js/getCaret.js",
        "js/modal.js",
        "js/events.js",
        "js/placeChar.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Type accents, symbols, and special characters through a simple popup system. Promote your education, productivity, and diversity.",
  "icons": {
    "16": "images/icon16Flip.png",
    "48": "images/icon48Flip.png",
    "128": "images/icon128Flip.png"
  },
  "manifest_version": 3,
  "name": "Accents: Spanish, Portuguese, French, German",
  "permissions": [
    "activeTab",
    "clipboardRead",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "short_name": "Accents",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.4",
  "web_accessible_resources": [
    {
      "resources": [
        "css/style.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}