Auto Release Sheet Firefox

Examine source code of Auto Release Sheet

Inspect and view changes in Auto Release Sheet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Release Sh*t",
  "description": "自动生成发版申请",
  "version": "1.1.4",
  "permissions": [
    "management",
    "webRequest",
    "storage",
    "tabs",
    "*://jenkins.codemao.cn/*"
  ],
  "page_action": {
    "default_icon": {
      "19": "imgs/favicon.png",
      "38": "imgs/favicon.png"
    },
    "default_title": "release your sh*t elegantly",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "imgs/favicon.png"
  },
  "options_page": "option.html",
  "content_scripts": [
    {
      "matches": [
        "*://jenkins.codemao.cn/*"
      ],
      "js": [
        "/subs/content.js"
      ],
      "css": [
        "common/common.css",
        "subs/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://jenkins.codemao.cn/*"
    ]
  },
  "omnibox": {
    "keyword": "rea"
  },
  "background": {
    "scripts": [
      "/subs/background.js"
    ]
  }
}

Best Auto Release Sheet Alternatives

Here are some Firefox add-ons that are similar to Auto Release Sheet: