Squid Game Fond d'écran HD

Squid Game Fond d'écran HD

Téléchargez l'extension Netflix Chrome New Tab et Wallpaper la plus jouée au monde.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "reecet",
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.2"
}