Medical Xpress - medical and health news

Medical Xpress - medical and health news

Spotlight medical research advances and health news from Medical Xpress

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Medical Xpress - medical and health news",
  "short_name": " Medical Xpress News",
  "description": "Spotlight medical research advances and health news from Medical Xpress",
  "permissions": [
    "https://medicalxpress.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3"
}