Philosopher King - New Tab

Philosopher King - New Tab

Learn philosophy and incorporate it into your day without even trying.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Philosopher King - New Tab",
  "short_name": "Philosopher King",
  "description": "Learn philosophy and incorporate it into your day without even trying.",
  "version": "0.1.3",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "images/chromeicons/icon16.png",
    "48": "images/chromeicons/icon48.png",
    "128": "images/chromeicons/icon128.png"
  },
  "homepage_url": "http://philosopherking.io",
  "content_security_policy": "script-src 'self' https://cdn.rawgit.com/dwyl/html-form-send-email-via-google-script-without-server/master/form-submission-handler.js; object-src 'self'"
}