Code Radio Firefox

Examine source code of Code Radio

Par : Paul
Inspect and view changes in Code Radio source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Code Radio",
  "version": "0.2",
  "description": "Displays a sidebar with Code Radio from freeCodeCamp.org.",
  "author": "Seburo",
  "applications": {
    "gecko": {
      "strict_min_version": "73.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "192": "icons/icon32.png"
  },
  "sidebar_action": {
    "default_icon": {
      "192": "icons/icon32.png"
    },
    "default_title": "Code Radio",
    "default_panel": "index.html"
  },
  "browser_action": {
    "default_icon": {
      "192": "icons/icon32.png"
    },
    "theme_icons": [
      {
        "light": "/icons/icondark32.png",
        "dark": "/icons/iconlight32.png",
        "size": 192
      }
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+F"
      }
    }
  }
}

Meilleures alternatives Code Radio

Voici quelques Firefox add-ons qui sont similaires à Code Radio :