Heroes Of The Storm Free Rotation

Heroes Of The Storm Free Rotation

Heroes Of The Storm Free Heroes Rotation

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Heroes Of The Storm Free Rotation",
  "description": "Heroes Of The Storm Free Heroes Rotation",
  "short_name": "HOTS free rotation",
  "version": "1.2.3",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "images/logo128.png"
  },
  "permissions": [
    "storage",
    "https://eu.battle.net/forums/en/heroes/topic/13604571130",
    "https://eu.forums.blizzard.com/en/heroes/t/free-hero-rotation/29",
    "https://eu.battle.net/forums/redirect?uri=/heroes/en/forum/topic/13604571130",
    "https://www.hotslogs.com/Default"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  }
}