Random Quotes Generator

Random Quotes Generator

This extension generates random quotes for Sarahah

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Random Quotes Generator",
  "description": "This extension generates random quotes for Sarahah",
  "version": "2.0.1",
  "icons": {
    "16": "quoter16.png",
    "48": "quoter48.png",
    "128": "quoter128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "quoter128.png",
    "default_title": "Dracarys Motherfucker!"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "https://*.sarahah.com/*",
    "https://www.facebook.com/*"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}