Wise words from Pyro

Wise words from Pyro

Feeling down? Afraid? Lost? Let Pyrocinical reassure you with his wise advice

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wise words from Pyro",
  "description": "Feeling down?  Afraid?  Lost?  Let Pyrocinical reassure you with his wise advice",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "sound.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}