My Diary

My Diary

Lightweight and Beautiful personal diary.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.16",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "default_locale": "en",
  "author": "Jayesh Chandrapal",
  "homepage_url": "https://chrome.google.com/webstore/detail/my-diary/adolnkbfnlkkefhlhnjogliicljjfnip",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "images/diary_128.png",
    "default_title": "My Diary",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "icons": {
    "64": "images/diary_128.png",
    "128": "images/diary_128.png"
  },
  "offline_enabled": true
}