Your MemoPad - Simply notes for Chrome

Your MemoPad - Simply notes for Chrome

Simply notes and tasks in Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Your MemoPad - Simply notes for Chrome",
  "description": "Simply notes and tasks in Chrome.",
  "version": "1.4",
  "short_name": "YourMemoPad",
  "homepage_url": "http://www.yourmemopad.com/",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "YourMemoPad",
    "default_popup": "popup.html",
    "default_icon": "images/icon19.png"
  },
  "icons": {
    "19": "images/icon19.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "images/sponsor.png",
    "images/icon15.png"
  ]
}