Goal Board

Goal Board

Keep sight of your goals, visualize your dreams, progress towards being a better you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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';"
  }
}