In Rhythm with Nature

In Rhythm with Nature

Slow down with nature, one tab at a time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "In Rhythm with Nature",
  "version": "1.1",
  "description": "Slow down with nature, one tab at a time",
  "homepage_url": "https://artsandculture.google.com/experiment/1AHie_rumRxQOA",
  "offline_enabled": true,
  "icons": {
    "128": "/images/icon-128.png"
  },
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "128": "/images/icon-128.png"
    }
  }
}