3D Art Gallery

3D Art Gallery

Browse 3D art in each new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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'"
}