P2S

P2S

This addon is specifically designed to assist users who type in Persian and Swedish languages on a multilingual keyboard. It…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "P2S",
  "version": "1.1.2",
  "action": {
    "default_popup": "root/index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "root/about.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "root/icon.png",
    "32": "root/icon.png",
    "48": "root/icon.png",
    "128": "root/icon.png"
  }
}