Geometry Dash

Geometry Dash

Geometry Dash Wallpapers extension replace new tab with Geometry Dash wallpaper backgrounds. Themes for Geometry Dash fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "games.lol",
  "background": {
    "persistent": true,
    "scripts": [
      "/html/chrome/settings.js",
      "/html/common/prefs-sys.js",
      "/html/chrome/utils.js",
      "/html/chrome/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "html/skin/icons/logo_16.png",
      "48": "html/skin/icons/logo_48.png",
      "128": "html/skin/icons/logo_128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "/html/index.html"
  },
  "description": "Geometry Dash Wallpapers extension replace new tab with Geometry Dash wallpaper backgrounds. Themes for Geometry Dash fans.",
  "icons": {
    "16": "html/skin/icons/logo_16.png",
    "48": "html/skin/icons/logo_48.png",
    "128": "html/skin/icons/logo_128.png"
  },
  "manifest_version": 2,
  "name": "Geometry Dash",
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "unlimitedStorage"
  ],
  "version": "90.30.9.902",
  "web_accessible_resources": [
    "html/skin/*"
  ]
}