Bink - Personal Dashboard For Microsoft Edge

Bink - Personal Dashboard For Microsoft Edge

Bink makes your browser homescreen beautiful with daily new wallpapers, inspiration, todo and weather

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bink - Personal Dashboard For Microsoft Edge",
  "description": "Bink makes your browser homescreen beautiful with daily new wallpapers, inspiration, todo and weather",
  "version": "8.0.1",
  "author": "Amit Gujar",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icons64.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/icons16.png",
    "32": "icons/icons32.png",
    "64": "icons/icons64.png"
  },
  "permissions": [
    "topSites",
    "activeTab",
    "storage",
    "geolocation",
    "alarms"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}