Examine source code of Bookmark Randomizer

Inspect and view changes in Bookmark Randomizer 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": "Bookmark Randomizer",
  "description": "Opens a random page from a Chrome Bookmark Folder",
  "version": "0.1",
  "manifest_version": 3,
  "icons": {
    "128": "images/dice.png"
  },
  "action": {
    "default_title": "Bookmark Randomizer",
    "default_icon": "images/dice.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks"
  ]
}