Speed Coders

Speed Coders

Helps You to boost your typing and coding skills, having variety of language support English, Java, C++ etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_AppName__",
  "version": "1.1.0",
  "description": "__MSG_AppDesc__",
  "icons": {
    "16": "icons/logo.png",
    "48": "icons/logo.png",
    "128": "icons/logo.png"
  },
  "action": {
    "default_icon": "icons/logo.png",
    "default_popup": "index.html"
  },
  "default_locale": "en"
}