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,
"name": "Arctic Cursor",
"version": "1.0.0",
"description": "Cool icy cursor theme with frosty blue tones for your browsing experience",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Arctic Cursor",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content\/content.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "scripts\/background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline';"
}
}