porthole

porthole

Open a new tab and see a full browser photo pulled from a RSS Feed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "porthole",
  "short_name": "porthole",
  "description": "Open a new tab and see a full browser photo pulled from a RSS Feed",
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cabinquest-50966.onmodulus.net https://ssl.google-analytics.com https://*.rewardstyle.com https://maps.gstatic.com https://www.google.com https://www.facebook.com https://maps.googleapis.com https://connect.facebook.net; object-src 'self'",
  "version": "0.6.2",
  "chrome_url_overrides": {
    "newtab": "porthole-prod.html"
  },
  "icons": {
    "16": "img/icons/icon16.png",
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  }
}