BMStats - Stats for your bookmarks

BMStats - Stats for your bookmarks

BMStats gives you a quick insight in how many bookmarks you have with useful lists and beautiful graphs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BMStats - Stats for your bookmarks",
  "short_name": "BMStats",
  "version": "1.1.3",
  "manifest_version": 2,
  "description": "BMStats gives you a quick insight in how many bookmarks you have with useful lists and beautiful graphs.",
  "browser_action": {
    "default_icon": "img/fa-star_128_0_000000_ffff00.png",
    "default_title": "Click to view your bookmark statistics"
  },
  "icons": {
    "16": "img/fa-star_16_0_000000_ffff00.png",
    "128": "img/fa-star_128_0_000000_ffff00.png",
    "256": "img/fa-star_256_0_000000_ffff00.png"
  },
  "author": "Josha van Praag",
  "background": {
    "scripts": [
      "lib/jquery-2.1.4.min.js",
      "lib/moment.js",
      "tools.js",
      "core.js",
      "background.js"
    ]
  },
  "permissions": [
    "bookmarks",
    "storage"
  ]
}