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": "3.0.17",
"name": "Goal Board",
"short_name": "Goal Board",
"description": "Keep sight of your goals, visualize your dreams, progress towards being a better you.",
"icons": {
"128": "images\/icon.128.png"
},
"action": [],
"incognito": "split",
"offline_enabled": true,
"permissions": [
"storage",
"unlimitedStorage"
],
"optional_permissions": [
"alarms",
"notifications"
],
"background": {
"service_worker": "js\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}