10fastfingerCompetition

10fastfingerCompetition

Knowing if there is a new competition in your langage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "10fastfingerCompetition",
  "version": "4.0.10",
  "default_locale": "en",
  "author": {
    "email": "AzariasB"
  },
  "description": "Knowing if there is a new competition in your langage",
  "options_ui": {
    "open_in_tab": false,
    "page": "src/options/index.html"
  },
  "background": {
    "service_worker": "src/background/index.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "/img/icon.png"
    }
  },
  "icons": {
    "128": "/img/big_icon.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "alarms",
    "activeTab",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "*://10fastfingers.com/"
  ]
}