Daily Health Tips

Daily Health Tips

Get FREE daily health tips and keep healthy & be happy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daily Health Tips",
  "description": "Get FREE daily health tips and keep healthy & be happy.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "Health_tips_icon.png"
  }
}