RemindMeLater (Beta)

RemindMeLater (Beta)

Keep track of events while browsing. Never forget another important task again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extn_name__",
  "version": "0.2.17",
  "description": "__MSG_extn_description__",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/icon48.png",
    "default_title": "__MSG_extn_title__",
    "default_popup": "html/popup.html"
  },
  "options_page": "prefs/options.html",
  "minimum_chrome_version": "22.0",
  "permissions": [
    "notifications",
    "tabs"
  ]
}