Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "Artab: New Tab, New Art", "version": "2024.12.21", "description": "__MSG_extensionDescription__", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/artab-files.owenyoung.com\/*" ], "options_ui": { "page": "options\/index.html", "open_in_tab": false }, "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_icon": "icon32.png" }, "chrome_url_overrides": { "newtab": "new-tab\/index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "*.png" ], "matches": [ "*:\/\/*\/*" ] } ] }