Teeny Breaks

Teeny Breaks

Science-based tips for mindful breaks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Teeny Breaks",
  "description": "Science-based tips for mindful breaks.",
  "version": "1.05",
  "author": "Anne-Laure Le Cunff",
  "browser_action": {
    "default_icon": "favicon.png",
    "default_title": "Take a break"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "activeTab"
  ]
}