Epic Games Free Games List

Epic Games Free Games List

A handbook where you will find free games distributed by Epic Games every week.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Epic Games Free Games List",
  "description": "A handbook where you will find free games distributed by Epic Games every week.",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Epic Games Free Games List"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "https://www.lawod.com/"
  ]
}