Simple

Simple

Chrome extension that shows the current time and weather on the new tab screen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple",
  "version": "1.1.1",
  "options_page": "app/index.html#settings",
  "icons": {
    "16": "images/icon16.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "description": "Chrome extension that shows the current time and weather on the new tab screen",
  "chrome_url_overrides": {
    "newtab": "app/index.html"
  },
  "default_locale": "en",
  "author": "Dan Covill",
  "permissions": [
    "storage",
    "geolocation"
  ],
  "manifest_version": 2
}