Omni World Timezone Map

Omni World Timezone Map

A world day / night map and timezone converter with 100s of locations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Omni World Timezone Map",
  "description": "A world day / night map and timezone converter with 100s of locations.",
  "manifest_version": 2,
  "version": "0.0.1",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "page_action": {
    "default_icon": "icon48.png",
    "default_title": "Omni World Timezone Map"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  }
}