oscnews

oscnews

查看开源中国软件更新资讯,内置文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "oscnews",
  "version": "1.10.0",
  "description": "查看开源中国软件更新资讯,内置文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。",
  "icons": {
    "128": "osc-logo.png"
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "unlimitedStorage",
    "storage",
    "history",
    "edge://favicon/",
    "management",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "",
    "default_icon": "osc-logo.png"
  },
  "offline_enabled": true,
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}