Bookmarks Tracker

Bookmarks Tracker

A better synced bookmark tracker. Search, filter and save. Make yourself more productive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmarks Tracker",
  "description": "A better synced bookmark tracker. Search, filter and save. Make yourself more productive",
  "version": "1",
  "icons": {
    "128": "book.png"
  },
  "browser_action": {
    "default_icon": "book.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "bookmarks"
  ],
  "minimum_chrome_version": "28",
  "content_security_policy": "default-src 'self'; frame-src 'self' https://*.firebaseio.com; script-src 'self' https://www.gstatic.com/ https://*.googleapis.com https://www.google-analytics.com https://*.firebaseio.com http://localhost:8080 https://localhost:8080 'unsafe-eval'; connect-src http://localhost:8080 https://localhost:8080 https://www.googleapis.com https://*.firebaseio.com wss://*.firebaseio.com https://*.googleapis.com https://sentry.io; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data: https://www.google-analytics.com;"
}