Bookmark Firefox

Examine source code of Bookmark

Inspect and view changes in Bookmark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark",
  "version": "1.1",
  "description": "Saves scroll positions for websites.",
  "icons": {
    "48": "icons/bookmark-48.png",
    "96": "icons/bookmark-96.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/bookmark-32.png",
    "theme_icons": [
      {
        "light": "icons/bookmark-light-32.png",
        "dark": "icons/bookmark-32.png",
        "size": 32
      }
    ],
    "default_title": "Bookmark",
    "default_popup": "popup/bookmark.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0b3537d-d824-45de-b259-0be33261366b}"
    }
  }
}

Best Bookmark Alternatives

Here are some Firefox add-ons that are similar to Bookmark: