Eloquent - New Tab Page

Eloquent - New Tab Page

Start your browsing with a sense of calm, a minimalistic new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Eloquent - New Tab Page",
  "version": "1.2.2resigned1",
  "applications": {
    "gecko": {
      "strict_min_version": "54.0a1",
      "id": "{a1fe5f16-86ef-49d1-abb5-30116379bf24}"
    }
  },
  "description": "Start your browsing with a sense of calm, a minimalistic new tab page.",
  "icons": {
    "96": "static/img/icon96.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "permissions": [
    "storage",
    "https://api.jon-salmon.me/*",
    "topSites"
  ]
}