Math Riddles Wallpapers

Math Riddles Wallpapers

Changes the new tab page to a page with a random wallpaper of a Math Riddle and shows bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Math Riddles Wallpapers",
  "version": "1.0.3",
  "description": "Changes the new tab page to a page with a random wallpaper of a Math Riddle and shows bookmarks.",
  "manifest_version": 3,
  "icons": {
    "16": "./assets/icons/16.png",
    "32": "./assets/icons/32.png",
    "48": "./assets/icons/48.png",
    "64": "./assets/icons/64.png",
    "128": "./assets/icons/128.png"
  },
  "permissions": [
    "bookmarks"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}