Bill Selak

Bill Selak

Catch up on the latest from Bill Selak!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bill Selak",
  "version": "1.0",
  "description": "Catch up on the latest from Bill Selak!",
  "icons": {
    "128": "images/128.png"
  },
  "browser_action": {
    "default_title": "Bill Selak",
    "default_icon": "images/128.png",
    "default_popup": "feed.html"
  },
  "content_security_policy": "script-src 'self' https://feeds.feedburner.com/billselak/lnFR?format=sigpro; object-src 'self'",
  "manifest_version": 2
}