Eolymp Random Problem

Eolymp Random Problem

Opens a random problem from site with programming problems Eolymp in a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Eolymp Random Problem",
  "version": "1.0",
  "description": "Opens a random Eolymp problem in a new tab.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Open Random Eolymp Problem"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e971743f-3402-4528-8d7f-eb7e80a90212}"
    }
  }
}