The New City Page Today

The New City Page Today

This extension sets your New Tab to City Page Today with photos, links, updates and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The New City Page Today",
  "description": "This extension sets your New Tab to City Page Today with photos, links, updates and more",
  "version": "2.0",
  "manifest_version": 2,
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "citypage.today.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "management"
  ],
  "browser_action": {
    "default_title": "The New City Page Today",
    "default_icon": "img/icon16.png"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}