Examine source code of Meaning Of...

Inspect and view changes in Meaning Of... 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
{
  "name": "Meaning Of...",
  "description": "Find the meaning of the word without leaving your current browser tab.",
  "version": "0.1.0",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Meaning Of...",
    "default_icon": {
      "48": "icons8-search-48.png",
      "96": "icons8-search-96.png"
    }
  },
  "icons": {
    "48": "icons8-search-48.png",
    "96": "icons8-search-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a2d9b2d0-5b9c-4828-a3ac-7bb4422a5b9f}"
    }
  }
}