Crescentrating

Crescentrating

Crescentrating guide to halal friendly travel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Crescentrating",
  "version": "1.5",
  "description": "Crescentrating guide to halal friendly travel.",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "icons": {
    "128": "news_icon.png"
  },
  "browser_action": {
    "default_title": "Crescentrating",
    "default_icon": "news_action.png",
    "default_popup": "feed.html"
  },
  "permissions": [
    "http://www.crescentrating.com/index.php?option=com_k2&view=itemlist&format=feed&type=rss",
    "http://www.crescentrating.com/*",
    "notifications"
  ]
}