the little memory

the little memory

A time capsule, a simple and elegant journal, a daily diary: the little memory brings your past back to life with style.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "the little memory",
  "description": "A time capsule, a simple and elegant journal, a daily diary: the little memory brings your past back to life with style.",
  "version": "1.1.0.4",
  "app": {
    "urls": [
      "*://www.thelittlememory.com/"
    ],
    "launch": {
      "web_url": "https://www.thelittlememory.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications",
    "geolocation"
  ],
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "986695912626"
}