Kama Tab

Kama Tab

Simple new tab page with weather update

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kama Tab",
  "version": "1.4",
  "manifest_version": 3,
  "description": "Simple new tab page with weather update",
  "permissions": [],
  "options_page": "options.html",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  }
}