Inspire — Motivational Quotes

Inspire — Motivational Quotes

Inspire brings you motivational quotes when you click the icon on the top-right.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inspire — Motivational Quotes",
  "version": "1.1",
  "description": "Inspire brings you motivational quotes when you click the icon on the top-right.",
  "permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "1080": "Inspire Logos/inspire.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}