Sword Art Online Wallpaper HD New Tab

Sword Art Online Wallpaper HD New Tab

Fill your Chrome homepage with stunning scenery from Sword Art Online (SAO) and other anime.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sword Art Online Wallpaper HD New Tab",
  "version": "2.2.4",
  "description": "Fill your Chrome homepage with stunning scenery from Sword Art Online (SAO) and other anime.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "dreamy.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage"
  ]
}