Examine source code of Customojis.com

Inspect and view changes in Customojis.com 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": "Customojis.com",
  "description": "Use this Chrome Extension to easy add custom animated emojis to anything you are working on",
  "version": "1",
  "action": {
    "default_icon": "icon.png",
    "default_title": "Customojis.com",
    "default_popup": "popup.html"
  },
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}