Drudge Report Images

Drudge Report Images

Updated list of images from the Drudge Report.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Drudge Report Images",
  "description": "Updated list of images from the Drudge Report.",
  "version": "1.4",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "drudge.html"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "http://*.rackcdn.com/"
  ]
}