StackOverflow start page for Google Chrome

StackOverflow start page for Google Chrome

Shows StackOverflow and StackExchange questions in new tab window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "StackOverflow start page for Google Chrome",
  "version": "1.0.5.4",
  "manifest_version": 2,
  "description": "Shows StackOverflow and StackExchange questions in new tab window",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "start-page.html"
  },
  "icons": {
    "16": "so_16.png",
    "48": "so_48.png",
    "128": "so_128.png"
  },
  "permissions": [
    "http://*.stackoverflow.com/*"
  ]
}