Magic the Gathering Random Card

Magic the Gathering Random Card

Extension for your hometab stay more pretty.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Magic the Gathering Random Card",
  "description": "Extension for your hometab stay more pretty.",
  "version": "1.1.9",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "https://scryfall.com/*",
    "https://fonts.googleapis.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "tab/tab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}