Examine source code of Shisen Emoji

Inspect and view changes in Shisen Emoji source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionName__",
  "author": "Roberto E. Oneto",
  "description": "__MSG_extensionDescription__",
  "version": "0.0.0.9",
  "background": {
    "service_worker": "script/main.js"
  },
  "action": {
    "default_icon": "img/icon.png"
  },
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://onets.altervista.org/*"
  ],
  "default_locale": "it",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}