Tab Plus

Tab Plus

Tab Plus is more than just a tab, - local weather, flip clock and more...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "name": "Tab Plus",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Tab Plus is more than just a tab, - local weather, flip clock and more...",
  "icons": {
    "16": "images/tab+-16.png",
    "48": "images/tab+-48.png",
    "64": "images/tab+-64.png",
    "128": "images/tab+-128.png"
  },
  "manifest_version": 2,
  "options_page": "index.html#options",
  "permissions": [
    "storage",
    "geolocation",
    "unlimitedStorage",
    "https://maps.googleapis.com/maps/api/",
    "http://api.wunderground.com/api"
  ],
  "version": "1.0.1.3"
}