Website Maintenance Reminder Firefox

Examine source code of Website Maintenance Reminder

Inspect and view changes in Website Maintenance Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Maintenance Reminder",
  "version": "1.0.0",
  "description": "A simple reminder encouraging regular website maintenance.",
  "permissions": [
    "notifications",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "maintenancereminder@kkacleaningservices.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Website Maintenance Reminder",
    "default_icon": "icon.png",
    "default_popup": "options/page.html"
  },
  "options_ui": {
    "page": "options/page.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  }
}

Best Website Maintenance Reminder Alternatives

Here are some Firefox add-ons that are similar to Website Maintenance Reminder: