Random Quote

Random Quote

Quote Quest: Explore Wisdom and Inspiration Through Random Quotes and Sayings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Random Quote",
  "version": "2.0.0",
  "description": "Quote Quest: Explore Wisdom and Inspiration Through Random Quotes and Sayings",
  "manifest_version": 2,
  "author": "Nitesh Nagar",
  "icons": {
    "48": "quote.svg"
  },
  "browser_action": {
    "default_popup": "index.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{028d9890-08a9-45f9-a41a-a4a584295b5a}"
    }
  }
}