Random Quote Generator Firefox

Examine source code of Random Quote Generator

Inspect and view changes in Random Quote Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Random Quote Generator",
  "version": "1.0",
  "description": "Displays a random inspirational quote.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "script.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ff3fdde-e8a1-478b-83f2-077a1010658b}"
    }
  }
}

Best Random Quote Generator Alternatives

Here are some Firefox add-ons that are similar to Random Quote Generator: