Your Goals on Beautiful Wallpapers

Your Goals on Beautiful Wallpapers

Motivate and remind yourself to achieve your goals with beautiful pictures in each new Chrome tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Goals & Wallpapers",
  "name": "Your Goals on Beautiful Wallpapers",
  "description": "Motivate and remind yourself to achieve your goals with beautiful pictures in each new Chrome tab.",
  "icons": {
    "16": "[email protected]",
    "48": "[email protected]",
    "64": "[email protected]",
    "128": "[email protected]"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage"
  ],
  "manifest_version": 2,
  "version": "3.0.2",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_page": "options.html"
}