JW What is New?

Get notified every time something new is posted on jw.org
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JW What is New?",
  "version": "1.2.0",
  "manifest_version": 2,
  "description": "Get notified every time something new is posted on jw.org",
  "homepage_url": "http://google.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/jfeed.min.js",
      "js/languages.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "browser action demo",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "https://www.jw.org/*",
    "https://fonts.googleapis.com/*"
  ]
}