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,
"version": "1.0.6",
"name": "Friction by Goal Board",
"short_name": "Friction",
"description": "Add friction to internet browsing distractions.",
"icons": {
"128": "images\/icon.128.png"
},
"incognito": "split",
"offline_enabled": true,
"permissions": [
"webNavigation",
"storage",
"scripting"
],
"optional_permissions": [],
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"images\/icon.128.png",
"options.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"action": [],
"host_permissions": [
"<all_urls>"
]
}