Stoikk

Stoikk

An extension that provides users with Stoic philosophy quotes on new tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stoikk",
  "description": "An extension that provides users with Stoic philosophy quotes on new tabs",
  "version": "0.0.0.14",
  "author": "James Cummings - Wash Park Web",
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "storage",
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}