Surge - Material New Tab

Surge - Material New Tab

Replace your new tab with the weather and a todolist displayed over a popular image from Reddit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Surge - Material New Tab",
  "description": "Replace your new tab with the weather and a todolist displayed over a popular image from Reddit.",
  "version": "2.0.4",
  "permissions": [
    "storage",
    "http://api.openweathermap.org/data/*"
  ],
  "background": {
    "scripts": [
      "background/eventPage.min.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/icon/icon16.png",
    "48": "img/icon/icon48.png",
    "128": "img/icon/icon128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "tab.html"
  }
}