CodingDude - Contest Reminder

CodingDude - Contest Reminder

Dominate coding challenges with CodingDude: Live, upcoming & 24-hour contests. Elevate skills and excel in programming!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "CodingDude",
  "name": "CodingDude - Contest Reminder",
  "description": "Dominate coding challenges with CodingDude: Live, upcoming & 24-hour contests. Elevate skills and excel in programming!",
  "version": "0.1.1",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "alarms",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "author": "https://github.com/Dhruv35M",
  "action": {
    "default_popup": "index.html",
    "default_title": "CodingDude"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "windows": "Ctrl+Shift+K",
        "mac": "MacCtrl+Shift+K"
      },
      "description": "Toggle My Chrome Extension"
    }
  },
  "manifest_version": 3
}