Healthy Celeb

Healthy Celeb

HealthyCeleb.com keeps you updated about your favorite celebrities regarding their workout, diet and interesting facts (biography).…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Techno Software",
  "name": "Healthy Celeb",
  "description": "",
  "version": "1.4",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com 'unsafe-eval'; object-src 'self'",
  "icons": {
    "48": "favicon.ico"
  },
  "browser_action": {
    "default_icon": "favicon.ico",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "https://healthyceleb.com/wp-content/themes/magazon-wp/chromeweb2.php"
  ]
}