Abstract Wallpapers for Chrome

Abstract Wallpapers for Chrome

Abstract Wallpapers for Chrome - Amazing background images for Google Chrome + commonly used shortcuts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "24.png",
    "default_title": "New Tab"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://www.reversesteve.com/",
  "icons": {
    "16": "24.png",
    "48": "48.png",
    "128": "128.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "offline_enabled": true,
  "permissions": [
    "topSites"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}