Bindles

Bindles

Replaces new tab page with fast, ad-free personal dashboard featuring desktops and number of interactive widgets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": "favicon.png",
    "default_title": "Bindles"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "Replaces new tab page with fast, ad-free personal dashboard featuring desktops and number of interactive widgets.",
  "icons": {
    "128": "favicon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "60",
  "name": "Bindles",
  "offline_enabled": true,
  "optional_permissions": [],
  "options_page": "index.html#/settings",
  "permissions": [
    "tabs",
    "topSites",
    "background",
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "idle",
    "geolocation",
    "<all_urls>"
  ],
  "version": "0.6.5"
}