MyWallPaper

MyWallPaper

Default search page for Chrome. You can set custom wallpaper, see date, current IP and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/main.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Default search page for Chrome. You can set custom wallpaper, see date, current IP and more!",
  "icons": {
    "16": "icons/home16.png",
    "48": "icons/home48.png",
    "128": "icons/home128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhiwv4ebhbTDv0QH9KKTtast+f0JKrReau88FaUoeJeP4NzM2ekcUuGWnB+UfQi0lvCJr27The+Z1oKyiG0BwB0NjUSRAimUFOdZgza54INMtFji5pHMB0hUDP3qh+wTHVbmgeiLhAxQY1VpbWF1bjIsQkIhOOSqoZ+ZCCdUxJWW+l1rZ4W14mp1PhoIMSho6d+YIxJrCCdAT4yDC4lMLrFeZ7q9/6WHNfJGJKRkc23eHWPgvFDyzg+tlr1f5QhIoV4uDu5SvpC1GAbiCen9RuzZRx2Plkxc1tVeIgAUXeTU6wTfLNuRU1MeF7GsebvCVTBr/kdLJ8Yx2MXW9FzYhZQIDAQAB",
  "manifest_version": 3,
  "name": "MyWallPaper",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "MyWallPaper",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.3",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "css/style.css"
      ]
    }
  ]
}