18天.stock

18天.stock

股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "[email protected]",
  "name": "18天.stock",
  "description": "股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。",
  "version": "2.6",
  "icons": {
    "16": "img/icon16.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/icon16.png",
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    }
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "permissions": [
    "alarms",
    "contextMenus",
    "storage",
    "notifications"
  ]
}