imei check

imei check

how to check the IMEI number on your phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "imei check",
  "description": "how to check the IMEI number on your phone.",
  "version": "1.0.3",
  "icons": {
    "16": "logo/imei-16.png",
    "48": "logo/imei-48.png",
    "128": "logo/imei-128.png"
  },
  "action": {
    "default_title": "imei check",
    "default_popup": "popup/popup.html"
  }
}