Studio Ghibli New Tab

Studio Ghibli New Tab

Still from a Studio Ghibli movie as the Chrome new tab background!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "$schema": "https://json.schemastore.org/chrome-manifest",
  "manifest_version": 3,
  "name": "Studio Ghibli New Tab",
  "short_name": "Ghibli",
  "description": "Still from a Studio Ghibli movie as the Chrome new tab background!",
  "homepage_url": "https://github.com/zakwht/ghibli",
  "version": "1.1.2",
  "author": "Zak White",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  },
  "permissions": [
    "topSites",
    "favicon",
    "history"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}