Harley Davidson HD Wallpaper

Harley Davidson HD Wallpaper

This is an extension for Harley Davidson HD Wallpaper

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-3.3.1.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon16.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' https://s3.us-east-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'",
  "description": "This is an extension for Harley Davidson HD Wallpaper",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Harley Davidson HD Wallpaper",
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "storage",
    "contextMenus",
    "notifications",
    "bookmarks",
    "management"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "web_accessible_resources": [
    "*"
  ]
}