Examine source code of BGMI Stylish Name Nickname Generator

Inspect and view changes in BGMI Stylish Name Nickname Generator 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BGMI Stylish Name Nickname Generator",
  "description": "Create your stylish 𝔹𝔾𝕄𝕀, πŸ…ΏπŸ†„πŸ…±πŸ…Ά names to use in FB, Instagram, Discord",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/image-16.png",
    "32": "images/image-32.png",
    "48": "images/image-48.png",
    "128": "images/image-128.png"
  }
}