Influence

Influence

Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Influence",
  "description": "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.",
  "version": "2.3",
  "author": "Petros Kalogiannakis",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites",
    "bookmarks",
    "history",
    "downloads",
    "geolocation"
  ]
}