oscnews

oscnews

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "oscnews",
  "version": "1.16.0",
  "description": "查看开源中国软件更新资讯,内置文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。",
  "icons": {
    "128": "osc-logo.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "unlimitedStorage",
    "storage",
    "history",
    "management",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "https://www.oschina.net/",
    "https://github.com/"
  ],
  "manifest_version": 3,
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}