Go Editorial Calendar

Go Editorial Calendar

Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Go Editorial Calendar",
  "version": "3.0",
  "description": "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.",
  "icons": {
    "128": "images/GoEdCal.png"
  },
  "homepage_url": "http://www.pushingsocial.com/",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "PSTab.html"
  },
  "background": {
    "scripts": [
      "js/jquery-1.11.0.min.js",
      "js/PSNewTab_background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "geolocation",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://query.yahooapis.com https://www.google.com/; object-src 'self' 'unsafe-eval' ",
  "manifest_version": 2
}