3D Art Gallery

Browse 3D art in each new tab
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": 2,
  "name": "3D Art Gallery",
  "homepage_url": "https://www.3dfocal.com",
  "description": "Browse 3D art in each new tab",
  "default_locale": "en",
  "permissions": [
    "https://sketchfab.com/*",
    "storage"
  ],
  "icons": {
    "16": "icons/3dart16.png",
    "32": "icons/3dart32.png",
    "48": "icons/3dart48.png",
    "128": "icons/3dart128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "chrome_url_overrides": {
    "newtab": "override.html"
  },
  "version": "0.9.2",
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}