Artifact Cards for New Tab (CN/中文)

Artifact Cards for New Tab (CN/中文)

Display random Artifact cards in new tab page, author: redphx

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Artifact Cards for New Tab (CN/中文)",
  "author": "redphx",
  "description": "Display random Artifact cards in new tab page, author: redphx",
  "version": "1.0.1",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "db/cards.js",
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    "img/*",
    "js/*",
    "css/*"
  ]
}