More Interestingness

More Interestingness

Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "More Interestingness",
  "version": "1.6",
  "description": "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.",
  "background": {
    "page": "service.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "tabs",
    "http://api.flickr.com/"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}