somnote

somnote

“Note something” Somnote is a free, simple, and easy-to-use note taking app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0.3",
  "manifest_version": 2,
  "app": {
    "launch": {
      "web_url": "https://somcloud.com/apps/note"
    },
    "urls": [
      "https://somcloud.com/"
    ]
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "update_url": "http://clients2.google.com/service/update2/crx"
}