IMEI Generator

IMEI Generator

Generate IMEI (3 types) and write to current active field

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IMEI Generator",
  "description": "Generate IMEI (3 types) and write to current active field",
  "version": "0.3",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "128": "images/icon.png"
  }
}