Photocollections

Photocollections

Free stock photography from photocollections.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Photocollections",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Free stock photography from photocollections.io",
  "icons": {
    "128": "photocollectionsicon.png"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "chrome_url_overrides": {
    "newtab": "photocollections.html"
  }
}