Loupe (Flickr Explore)

Loupe (Flickr Explore)

Replaces the new tab page with a showcase of Flickr's most interesting photos of the day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Loupe (Flickr Explore)",
  "short_name": "Loupe",
  "version": "2.1.2",
  "manifest_version": 2,
  "description": "Replaces the new tab page with a showcase of Flickr's most interesting photos of the day",
  "icons": {
    "16": "/assets/images/icon16.png",
    "48": "/assets/images/icon48.png",
    "128": "/assets/images/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}