Dota 2 Wallpapers HD

Dota 2 Wallpapers HD

This extension contains the best HD Dota 2 wallpapers to use as your background while working on your computer, at home or job.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "bg_script.js"
    ]
  },
  "browser_action": {
    "default_icon": "128-logo.png",
    "default_title": "Dota 2 Wallpapers HD"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "This extension contains the best HD Dota 2 wallpapers to use as your background while working on your computer, at home or job.",
  "icons": {
    "128": "128-logo.png"
  },
  "manifest_version": 2,
  "name": "Dota 2 Wallpapers HD",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.1",
  "web_accessible_resources": [
    "*"
  ]
}