Culture Japan Reader

Culture Japan Reader

Keeps you updated on the latest news from the Culture Japan world!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "version": "0.3.0.3",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "img/icon16_cj.png",
    "48": "img/icon48_cj.png",
    "128": "img/icon128_cj.png"
  },
  "default_locale": "en",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "_generated_background_page.html"
  ],
  "background": {
    "scripts": [
      "scripts/lib/jquery.js",
      "scripts/lib/analytics.js",
      "scripts/lib/oauth.js",
      "scripts/lib/sha1.js",
      "scripts/lib/date.js",
      "scripts/twitter.js",
      "scripts/background.js",
      "scripts/notifications.js",
      "scripts/parser.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon16_cj.png",
    "default_title": "Culture Japan Reader",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "notifications",
    "http://feeds.feedburner.com/dannychoo_com_main_article_feed_eng",
    "http://images.dannychoo.com/",
    "notifications",
    "https://api.twitter.com/",
    "http://*.twimg.com/",
    "https://www.facebook.com/",
    "http://*.fbcdn.net/"
  ]
}