Natur och Kultur special characters

Natur och Kultur special characters

This extension makes it easier for you to insert special characters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "2.0",
  "manifest_version": 3,
  "icons": {
    "16": "logo-16.png",
    "128": "logo-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "logo-16.png",
      "24": "logo-24.png",
      "32": "logo-32.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "chars.html"
  }
}