NWTab

NWTab

Tabs with News & Weather

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": {
      "128": "fav.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  },
  "description": "Tabs with News & Weather",
  "icons": {
    "128": "fav.png"
  },
  "manifest_version": 2,
  "name": "NWTab",
  "version": "1.0.4"
}