Examine source code of Glitch Text Generator - [Pro] -> Glitch Fonts

Inspect and view changes in Glitch Text Generator - [Pro] -> Glitch Fonts 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
{
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "This is a Glitch text tool that will convert your normal text to Generator Glitch Text possible.",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Glitch Text Generator - [Pro] -> Glitch Fonts",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}