Flex Note

Flex Note

A simple note taking app that supports dynamic layout

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Flex Note",
  "description": "A simple note taking app that supports dynamic layout",
  "version": "1.0.5",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "flex-note-16.png",
    "128": "flex-note-128.png"
  }
}