Maurice Wright - Note and Bookmarking App

Maurice Wright - Note and Bookmarking App

Don't forget a thing! Easily save your most important notes and bookmarks. Use Mobile Safari's "Add to Home Screen" for iPads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Maurice Wright - Note and Bookmarking App",
  "description": "Don't forget a thing! Easily save your most important notes and bookmarks. Use Mobile Safari's \"Add to Home Screen\" for iPads.",
  "version": "1.1",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "ico_logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "ico_logo_48.png",
    "128": "ico_logo_128.png"
  }
}