Inspect and view changes in 岚 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "岚",
"description": "极简的新标签页插件,献给喜欢壁纸和极简风格的你。",
"version": "1.0.9",
"manifest_version": 3,
"permissions": [
"storage",
"downloads",
"unlimitedStorage",
"bookmarks"
],
"host_permissions": [
"https://cn.bing.com/"
],
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "bg.js"
}
}