Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "3.0.20",
"name": "Goal Board, Vision Board, GSD Board",
"short_name": "Goal Board",
"description": "Get rid of distractions and deviations from success in your most frequent browser interaction.",
"icons": {
"128": "images\/icon.128.png"
},
"incognito": "split",
"offline_enabled": true,
"permissions": [
"storage",
"unlimitedStorage"
],
"optional_permissions": [
"alarms",
"notifications"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"service_worker": "js\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}