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",
"name": "Art Wallpapers New Tab",
"description": "Discover and enjoy high-quality art wallpapers from famous artists and stay up-to-date on the latest art news.",
"version": "3.0.19",
"short_name": "Arts Happen",
"permissions": [
"storage",
"topSites"
],
"icons": {
"16": "icons\/16.png",
"38": "icons\/38.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"action": {
"default_icon": {
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"default_title": "Art Wallpapers New Tab"
},
"background": {
"service_worker": "main.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"*:\/\/*.artshappen.com\/*"
]
},
"chrome_url_overrides": {
"newtab": "newtab\/index.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.artshappen.com\/*"
],
"js": [
"js\/content-scripts\/installed.js",
"js\/content-scripts\/event-handler.js"
],
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/mystart.mystartcdn.com;style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/mystart.mystartcdn.com"
},
"manifest_version": 3
}