Happy Being | Stress relief. Positivity boost

Happy Being | Stress relief. Positivity boost

Relieve from stress, improve confidence, achieve goals & discover a happier you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Happy Being | Stress relief. Positivity boost",
  "short_name": "Happy Being",
  "version": "1.3.4.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Relieve from stress, improve confidence, achieve goals & discover a happier you.",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_title": "Happy Being | Stress relief. Positivity boost",
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "options_page": "HappyBeing.html",
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*"
  ]
}