Remind Me Of That Page

Remind Me Of That Page

An add-on to create calendar events to remind you to go back to some web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Remind Me Of That Page",
  "description": "An add-on to create calendar events to remind you to go back to some web page.",
  "version": "1.0.2",
  "icons": {
    "64": "icons/processing.svg"
  },
  "page_action": {
    "browser_style": true,
    "show_matches": [
      "<all_urls>"
    ],
    "default_icon": {
      "64": "icons/processing.svg"
    },
    "default_popup": "pageAction/index.html",
    "default_title": "Remind Me Of That Page"
  },
  "permissions": [
    "tabs"
  ]
}