MumiGiveP

MumiGiveP

Give money to others automatically on PTT(Taiwan BBS Site https://term.ptt.cc/)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MumiGiveP",
  "version": "3.3.2",
  "description": "Give money to others automatically on PTT(Taiwan BBS Site) .",
  "icons": {
    "48": "icons/mumi-48.png",
    "128": "icons/mumi-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "*://term.ptt.cc/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://term.ptt.cc/*"
      ],
      "js": [
        "mumi.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/mumi-48.png",
      "128": "icons/mumi-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Mumi~ Mumi!"
  }
}