Pittsburgh City News

Pittsburgh City News

All the information you need about Pittsburgh, right when it happens, directly on your homepage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pittsburgh City News",
  "short_name": "Pittsburgh City News",
  "manifest_version": 2,
  "version": "1.6.1",
  "description": "All the information you need about Pittsburgh, right when it happens, directly on your homepage",
  "chrome_url_overrides": {
    "newtab": "myPage.html"
  },
  "permissions": [
    "tabs",
    "http://www.mytab.net/",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "128": "icon_128.png"
  },
  "web_accessible_resources": [
    "icon_16.png"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "name.my-tab",
      "keyword": "keyword.my-tab",
      "is_default": true,
      "encoding": "UTF-8",
      "search_url": "http://www.mytab.net/search/address_line/{searchTerms}?ext=Pittsburgh",
      "favicon_url": "http://www.mytab.net/favicon.ico",
      "suggest_url": "http://www.mytab.net/yahooSearch/suggestions?term={searchTerms}"
    }
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  }
}