Iris

Iris

A tool made to check any Hypixel player's last session easily and quickly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.4.1",
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_popup": "./base.html",
    "default_icon": {
      "16": "./assets/Iris Icon Transparent 16.png",
      "48": "./assets/Iris Icon Transparent 48.png",
      "128": "./assets/Iris Icon Transparent 128.png"
    }
  },
  "background": {
    "service_worker": "./scripts/background.js",
    "type": "module"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "./assets/Iris Icon Transparent 16.png",
    "48": "./assets/Iris Icon Transparent 48.png",
    "128": "./assets/Iris Icon Transparent 128.png"
  }
}