Repl Stories Firefox

Examine source code of Repl Stories

Inspect and view changes in Repl Stories source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Repl Stories",
  "description": "Repl Stories is a social media platform where developers can share code and connect with the community!",
  "version": "1.1",
  "manifest_version": 2,
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://replit.com/*",
        "https://replit.com/*"
      ],
      "js": [
        "js/replit.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}

Best Repl Stories Alternatives

Here are some Firefox add-ons that are similar to Repl Stories: