GitHub Story Points Calculator Firefox

Examine source code of GitHub Story Points Calculator

By: Ava Li
Inspect and view changes in GitHub Story Points Calculator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "github-story-points-calculator",
  "version": "2.0.1",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/spoints-24.png",
    "default_title": "github-story-points-calculator",
    "default_popup": "popup.html"
  },
  "description": "Adds storypoint support to GitHub's project board through issue labels. See https://github.com/100Automations/github-story-points-calculator#README.md",
  "icons": {
    "16": "icons/spoints-16.png",
    "48": "icons/spoints-48.png",
    "128": "icons/spoints-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*/*/projects/*",
        "*://github.com/orgs/*/*/*/views/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "index.bundle.js"
      ]
    }
  ],
  "homepage_url": "https://github.com/100Automations/github-story-points-calculator",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aec76474-940a-4ec1-af40-1173b89a3252}"
    }
  }
}

Best GitHub Story Points Calculator Alternatives

Here are some Firefox add-ons that are similar to GitHub Story Points Calculator: