Bario Extension

Bario Extension

Displays links to the many different games Bario is in, or makes cameos in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Bario Extension",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Displays links to the many different games Bario is in, or makes cameos in.",
  "icons": {
    "16": "icons/BarioRed.png",
    "32": "icons/BarioGreen.png",
    "48": "icons/BarioYellow.png",
    "128": "icons/BarioPurple.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    "images/*.jpeg"
  ],
  "language": "English",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}