BrowserTime

BrowserTime

Turn your browser history into a productivity tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Turn your browser history into a productivity tool.",
  "version": "1.0.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' chrome://settings/clearBrowserData; object-src 'self'; img-src chrome://favicon/;",
  "name": "BrowserTime",
  "short_name": "BrowserTime",
  "author": "Sean Miller",
  "chrome_url_overrides": {
    "history": "history.html"
  },
  "permissions": [
    "history",
    "topSites",
    "storage",
    "unlimitedStorage",
    "chrome://favicon/"
  ],
  "icons": {
    "16": "icons/app-icon-16.png",
    "32": "icons/app-icon-32.png",
    "48": "icons/app-icon-48.png",
    "96": "icons/app-icon-96.png",
    "128": "icons/app-icon-128.png"
  }
}