Examine source code of BookmarkFolderTimestamp

Inspect and view changes in BookmarkFolderTimestamp 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
{
  "manifest_version": 2,
  "name": "Bookmark Folder Timestamp for Quantium",
  "version": "1.0.0.1resigned1",
  "description": "Adds a default folder name of Local Timestamp",
  "homepage_url": "https://github.com/audiohacked/BookmarkFolderTimestampQuantium",
  "applications": {
    "gecko": {
      "id": "BookmarkFolderTimestampQuantium@hyperkineticnerd.com",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "bookmarks"
  ],
  "browser_action": {
    "browser_style": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}