HD Wallpapers

HD Wallpapers

4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery-1.12.4.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "HD Wallpapers"
  },
  "short_name": "Wallpapers",
  "description": "4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.",
  "homepage_url": "https://uhdwallpapers.org/",
  "icons": {
    "16": "icon.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "HD Wallpapers",
  "permissions": [
    "https://uhdwallpapers.org/",
    "https://uhdwallpapers.org/wallpapers/latest/?feed=rss",
    "notifications"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.5"
}