TG机器人推送

TG机器人推送

Tap me and everything done!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TG机器人推送",
  "version": "1.0.1",
  "description": "Tap me and everything done!",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "browser_action": {
    "default_icon": "images/get_started32.png"
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "*",
    "storage",
    "contextMenus"
  ],
  "manifest_version": 2
}