Notifier for GitHub Firefox

Examine source code of Notifier for GitHub

제작자: Sindre Sorhus
Inspect and view changes in Notifier for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Notifier for GitHub",
  "version": "24.4.24",
  "description": "Displays your GitHub notifications unread count",
  "homepage_url": "https://github.com/sindresorhus/notifier-for-github",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "applications": {
    "gecko": {
      "id": "{8d1582b2-ff2a-42e0-ba40-42f4ebfe921b}",
      "strict_min_version": "67.0"
    }
  },
  "icons": {
    "128": "/icon.png"
  },
  "permissions": [
    "alarms",
    "storage"
  ],
  "optional_permissions": [
    "tabs",
    "notifications"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "/icon-toolbar.png"
  },
  "options_ui": {
    "page": "/options.html",
    "chrome_style": true
  },
  "web_accessible_resources": [
    "/icon-notif.png",
    "/sounds/bell.ogg"
  ]
}

최고의 Notifier for GitHub 대안

다음은 Notifier for GitHub과(와) 유사한 Firefox add-on입니다: