Time to Breathe

Time to Breathe

This extension helps you to breathe and relax!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Time to Breathe",
  "description": "This extension helps you to breathe and relax!",
  "version": "0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Time to breathe!"
  },
  "permissions": []
}