Mosum Tab - Time and Weather

Mosum Tab - Time and Weather

Simple time and weather extension for your Chrome browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mosum Tab - Time and Weather ",
  "version": "1.8",
  "manifest_version": 2,
  "description": "Simple time and weather extension for your Chrome browser",
  "permissions": [
    "bookmarks"
  ],
  "options_page": "options.html",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_64.png",
      "128": "images/icon_128.png"
    }
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_64.png",
    "128": "images/icon_128.png"
  }
}