Unsplash Free Hi-Resolution Photos Previewer

Unsplash Free Hi-Resolution Photos Previewer

Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current 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": "Unsplash Free Hi-Resolution Photos Previewer",
  "description": "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.",
  "version": "0.1",
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Unsplash Free Hi-Resolution Photos Previewer"
  },
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ]
}