Inspirational Wallpapers

Inspirational Wallpapers

Inspiring wallpapers for your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inspirational Wallpapers",
  "version": "1.1.2",
  "description": "Inspiring wallpapers for your browser",
  "icons": {
    "16": "/media/icons/icon16.png",
    "48": "/media/icons/icon48.png",
    "128": "/media/icons/icon128.png"
  },
  "permissions": [
    "geolocation"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    "newtab.html"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "default-src 'self'; connect-src https://inspirational-wallpapers.online https://api.opencagedata.com http://api.openweathermap.org; img-src http://openweathermap.org;",
  "manifest_version": 2
}