思源笔记发布辅助工具

思源笔记发布辅助工具

思源笔记发布辅助工具,支持博客式只读浏览,多平台文章发布。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "思源笔记发布辅助工具",
  "version": "0.8.0",
  "manifest_version": 3,
  "author": "terwer",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "description": "思源笔记发布辅助工具,支持博客式只读浏览,多平台文章发布。",
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "blog/index.html",
        "detail/index.html",
        "publish/index.html",
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "blog/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}