Examine source code of Vhumo Bookmark Manager

Inspect and view changes in Vhumo Bookmark Manager 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",
  "manifest_version": 2,
  "name": "Vhumo Bookmark Manager",
  "description": "Vhumo is a Cloud Bookmark Manger. You can organize your favorite websites and access them from any device, wherever you are!",
  "version": "1.0",
  "permissions": [
    "https://vlight.vhumo.com/accessPage.php"
  ],
  "icons": {
    "16": "icons/vhumo-16x16.png",
    "32": "icons/vhumo-32x32.png",
    "48": "icons/vhumo-48x48.png",
    "60": "icons/vhumo-60x60.png",
    "120": "icons/vhumo-120x120.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icons/vhumo-120x120.png"
  }
}