Examine source code of Priberam dictionary search

Inspect and view changes in Priberam dictionary search 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": "Priberam dictionary search",
  "version": "1.0",
  "developer": {
    "name": "joão.varnado",
    "reference": "Thesaurus.com Synonym Finder by upollo"
  },
  "applications": {
    "gecko": {
      "id": "priberam_dictionary_search_@voila.tech"
    }
  },
  "icons": {
    "32": "icons/priberam-32.png",
    "48": "icons/priberam-48.png",
    "96": "icons/priberam-96.png"
  },
  "description": "Quickly find the defenition of a Portuguese word on dicionario.priberam.org.",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}