Find - Art Of Living Courses

Find - Art Of Living Courses

Find the details of all the Art of Living Courses happening across India and other parts of the world!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Find - Art Of Living Courses",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Find the details of all the Art of Living Courses happening across India and other parts of the world!",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "logo.jpg",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.artofliving.org/"
  ]
}