Examine source code of The Secret Life of Pets Wallpaper New Tab

Inspect and view changes in The Secret Life of Pets Wallpaper New Tab source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "The Secret Life of Pets Wallpaper New Tab",
  "version": "1.0",
  "description": "The Secret Life of Pets New Tab utility is integrated with a fast and simple Microsoft Bing search engine",
  "icons": {
    "48": "images/secret-logo.png",
    "128": "images/secret-logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "activeTab",
    "overrideEdgeStartPage",
    "https://www.bing.com/"
  ],
  "minimum_edge_version": "92.0.902.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}