Homepage Customizer and Wallpapers HD

Homepage Customizer and Wallpapers HD

Customize your homepage with wallpapers hd

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Homepage Customizer and Wallpapers HD",
  "version": "1.2",
  "description": "Customize your homepage with wallpapers hd",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "customizer.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content-script.js"
      ]
    }
  ],
  "manifest_version": 2
}