Stoic New Tab

Stoic New Tab

extension to view stoic quotes and images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stoic New Tab",
  "version": "1.4",
  "description": "extension to view stoic quotes and images",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "newtab.css",
    "assets/images/*",
    "newtab.js"
  ]
}