开源中国(oschina.net) Edge 浏览器插件
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "å¼€æºä¸å›½",
"version": "1.0",
"version_name": "1.0 (build 2101081710)",
"description": "å¼€æºä¸å›½(oschina.net) Edge æµè§ˆå™¨æ’件",
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "å¼€æºä¸å›½"
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"tabs",
"webNavigation",
"https://*.oschina.net/*",
"bookmarks",
"storage"
],
"incognito": "split",
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}