Examine source code of Thai Text Enlarger

Inspect and view changes in Thai Text Enlarger 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
{
  "manifest_version": 2,
  "name": "Thai Text Enlarger",
  "version": "0.0.1",
  "description": "Enlarges Thai characters",
  "icons": {
    "32": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Enlarge Thai text"
  },
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}