Pop-up Reminder Firefox

Examine source code of Pop-up Reminder

By: tianheg
Inspect and view changes in Pop-up Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pop-up Reminder",
  "version": "0.0.4",
  "description": "Adds a pop-up reminder to remind me something.",
  "homepage_url": "https://github.com/tianheg/pop-up-reminder",
  "browser_specific_settings": {
    "gecko": {
      "id": "pop-up-reminder@tianhegao.com"
    }
  },
  "icons": {
    "48": "logo.svg"
  },
  "permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "browser_style": true,
    "default_icon": {
      "48": "logo.svg"
    },
    "theme_icons": [
      {
        "light": "logo.svg",
        "dark": "logo.svg",
        "size": 48
      }
    ]
  }
}

Best Pop-up Reminder Alternatives

Here are some Firefox add-ons that are similar to Pop-up Reminder: