Thich Nhat Hanh Calligraphy

Thich Nhat Hanh Calligraphy

In every new tab you’ll see one of Thich Nhat Hanh's calligraphies, that serve as mindful reminders to pause, breathe and smile.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Thich Nhat Hanh Calligraphy",
  "version": "2.3",
  "description": "In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "calligraphy.html"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "54.0a1",
      "id": "[email protected]"
    }
  }
}