GamerPower: Games & Giveaway Alerts

GamerPower: Games & Giveaway Alerts

Get notifications of new giveaways! From games to in-game loot and rewards for your favorite games.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GamerPower: Games & Giveaway Alerts",
  "description": "Get notifications of new giveaways! From games to in-game loot and rewards for your favorite games.",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "default_locale": "en",
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 3,
  "options_page": "options.html",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "https://www.gamerpower.com/*"
  ],
  "version": "1.0.0"
}