Redmine Tools

Redmine Tools

[email protected]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Redmine Tools",
  "short_name": "RT",
  "version": "1.0.0.1",
  "icons": {
    "16": "images/icon.16.png",
    "32": "images/icon.32.png",
    "48": "images/icon.48.png",
    "64": "images/icon.64.png",
    "128": "images/icon.128.png"
  },
  "description": "[email protected]",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "libs/jquery-3.3.1.min.js",
        "jquery-ui.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "manifest_version": 2
}