Oh Remind Me!

Oh Remind Me!

A simple tool that makes your new tab page show your customized messages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Oh Remind Me!",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "A simple tool that makes your new tab page show your customized messages.",
  "icons": {
    "16": "images/icon(16by16).png",
    "48": "images/icon(48by48).png",
    "128": "images/icon(128by128).png"
  },
  "browser_action": {
    "default_icon": "images/icon(128by128).png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "remindMe.html"
  }
}