Notification Digest Manager Firefox

Examine source code of Notification Digest Manager

Inspect and view changes in Notification Digest Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Notification Digest Manager",
  "short_name": "Notification Digest",
  "version": "0.1.1",
  "description": "Batch browser notifications and deliver them on a schedule.",
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background/firefox-background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Notification Digest",
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "inject/notification-bridge.js"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "notification-digest@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Notification Digest Manager Alternatives

Here are some Firefox add-ons that are similar to Notification Digest Manager: