bugtags tip toggle

bugtags tip toggle

toggle bugtags bug tips

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_title": "bugtags tip toggle"
  },
  "name": "bugtags tip toggle",
  "description": "toggle bugtags bug tips",
  "homepage_url": "https://github.com/zhuangya/bugtags-tip-toggle/",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png",
    "512": "icon-512.png"
  },
  "permissions": [
    "tabs",
    "https://work.bugtags.com/*"
  ],
  "version": "1.3.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://work.bugtags.com/*"
      ],
      "css": [
        "fix.css"
      ],
      "run-at": "document_start"
    }
  ]
}