Inspect and view changes in DashShelf 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
{
"name": "DashShelf",
"description": "DashShelf creates a clean dashbaord of all your bookmarks and bookmarkfolders. You only need to organize your bookmarks in Google Chrome or Firefox and the Plugin use them from there without manual work. The dashboard will open as the default for new tab and if you click on one of the bookmarks, it will open in another tab, keeping your dashboard usable. The Project is OpenSource and hosted on GitHub.",
"version": "1.1.0",
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"bookmarks",
"scripting",
"tabs",
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "system@jrehkemper.de"
}
}
}