500px Chrome Extension

500px Chrome Extension

Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "500px Chrome Extension",
  "description": "Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)",
  "version": "1.2",
  "incognito": "split",
  "icons": {
    "48": "icon_500px.png"
  },
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "https://api.500px.com/",
    "management"
  ],
  "manifest_version": 2
}