Play @ HypeGames

Play @ HypeGames

Discover your new favorite online games with a single click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Play @ HypeGames",
  "short_name": "HypeGames App",
  "description": "Discover your new favorite online games with a single click!",
  "version": "1.0",
  "icons": {
    "19": "icon.png",
    "38": "icon-38.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Play a random fun game at HypeGames.com!"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://www.hypegames.com/"
  ]
}