Momentum by Tuneer Upadhyay

Momentum by Tuneer Upadhyay

Replace new tab page with a personal dashboard featuring to-do, weather

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Momentum by Tuneer Upadhyay",
  "version": "1.0",
  "description": "Momentum by Tuneer Upadhyay",
  "browser_action": {
    "default_icon": "logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "geolocation"
  ]
}