Blueberry Dash

Blueberry Dash

A visually appealing dashboard that inspires healthy food choices, encouragement, and productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Blueberry Dash",
  "version": "1.1.0",
  "description": "A visually appealing dashboard that inspires healthy food choices, encouragement, and productivity.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "https://*.forismatic.com/*",
    "https://*.edamam.com/*"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    },
    "default_title": "Blueberry Dash"
  }
}