Examine source code of Easynote

Inspect and view changes in Easynote 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": "Easynote",
  "version": "1.4",
  "description": "Allows the user to make quick notes by clicking a button and entering text into the resulting popup. The notes are saved in storage.",
  "icons": {
    "48": "icons/quicknote-48.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "downloads.open"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/quicknote-32.png"
    },
    "default_title": "Easynote",
    "default_popup": "popup/quicknote.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nibinmk@outlook.com"
    }
  }
}