HealthTag

HealthTag

Easily save, tag, note, rate and recall valuable health-related sites, and start using health information to your health advantage!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.2.0",
  "name": "HealthTag",
  "author": "HealthTag",
  "manifest_version": 2,
  "description": "Easily save, tag, note, rate and recall valuable health-related sites, and start using health information to your health advantage!",
  "browser_action": {
    "default_icon": {
      "16": "img/healthtag-16.png",
      "20": "img/healthtag-20.png",
      "24": "img/healthtag-24.png",
      "40": "img/healthtag-40.png",
      "48": "img/healthtag-48.png",
      "96": "img/healthtag-96.png",
      "128": "img/healthtag-128.png"
    },
    "default_title": "HealthTag"
  },
  "icons": {
    "16": "img/healthtag-16.png",
    "20": "img/healthtag-20.png",
    "24": "img/healthtag-24.png",
    "40": "img/healthtag-40.png",
    "48": "img/healthtag-48.png",
    "96": "img/healthtag-96.png",
    "128": "img/healthtag-128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "web_accessible_resources": [
    "app.html"
  ],
  "permissions": [
    "tabs",
    "cookies",
    "https://app.healthtag.com/*",
    "<all_urls>"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self'; font-src * data:; connect-src http://* https://*; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data: http://* https://*;; frame-src https://app.healthtag.com"
}