Examine source code of StyleNotes

Inspect and view changes in StyleNotes 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": "Simply Notes",
  "description": "Take the notes whenever you want by and storing it in the localstorage.",
  "version": "1.0",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "52.0a1"
    }
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_title": "Simply Notes",
    "default_popup": "pagebar/pop_up.html"
  },
  "permissions": [
    "storage"
  ]
}