ISKCON friendly pages

ISKCON friendly pages

To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ISKCON friendly pages",
  "version": "0.5.4",
  "description": "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.",
  "background": {
    "persistent": true,
    "scripts": [
      "papaparse.min.js",
      "eventPage.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "tabs",
    "alarms",
    "http://*/",
    "https://*/"
  ],
  "minimum_chrome_version": "42",
  "browser_action": {
    "default_title": "ISKCON friendly pages",
    "default_icon": "images/gray.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "web_accessible_resources": [
    "style.css",
    "images/*.png",
    "blocked.html",
    "options.js"
  ]
}