Autumn Leaves Wallpapers New Tab

Autumn Leaves Wallpapers New Tab

Autumn Leaves Wallpaper & Autumn Backgrounds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Autumn Leaves Wallpapers New Tab",
  "short_name": "Autumn Leaves Theme",
  "description": "Autumn Leaves Wallpaper & Autumn Backgrounds",
  "version": "10.7",
  "incognito": "split",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_icon": "icon16.png"
  },
  "default_locale": "en",
  "permissions": [
    "unlimitedStorage",
    "storage",
    "contextMenus",
    "notifications",
    "bookmarks",
    "management",
    "https://sugg.search.yahoo.net/sg/",
    "https://api.lovelytab.com/",
    "https://lovelytab.com",
    "https://image.lovelytab.com",
    "https://monadbackend.online/"
  ],
  "content_security_policy": "script-src 'self' https://xkk75.siteplug.com http://xkk75.siteplug.com https://sugg.search.yahoo.net/sg/ https://s3.us-east-2.amazonaws.com/ https://s3-us-west-2.amazonaws.com https://ssl.google-analytics.com https://www.googletagmanager.com https://www.google-analytics.com https://json.geoiplookup.io https://query.yahooapis.com; object-src 'self'",
  "manifest_version": 2,
  "web_accessible_resources": [
    "*"
  ],
  "offline_enabled": true,
  "background": {
    "scripts": [
      "/js/dependencies/jquery.js",
      "/js/modules/lovely.js",
      "/js/back.js"
    ]
  }
}