MeaVana: Productivity & Motivation Dashboard

MeaVana: Productivity & Motivation Dashboard

Welcome to MeaVana: The world's most customizable personal dashboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MeaVana: Productivity & Motivation Dashboard",
  "description": "Welcome to MeaVana: The world's most customizable personal dashboard",
  "version": "1.0.32",
  "minimum_chrome_version": "109",
  "action": {
    "default_title": "Open panel",
    "default_icon": {
      "16": "16x16.png",
      "24": "24x24.png",
      "32": "32x32.png",
      "48": "48x48.png",
      "128": "128x128.png"
    }
  },
  "icons": {
    "16": "16x16.png",
    "24": "24x24.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "src/pages/newtab/index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader.ea2f8d8f.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "options_page": "src/pages/options/index.html",
  "side_panel": {
    "default_path": "src/pages/sidepanel/index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "homepage_url": "https://meavana.com",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "128x128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/proxy.87bceac9.js",
        "assets/content.ts.6d14b82e.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "bookmarks",
    "topSites",
    "webNavigation",
    "webRequest",
    "declarativeNetRequest",
    "tabs",
    "geolocation",
    "sidePanel"
  ],
  "optional_permissions": [
    "history"
  ],
  "commands": {
    "wallpaper": {
      "description": "Open wallpaper tab on sidebar",
      "suggested_key": {
        "default": "Alt+1",
        "linux": "Ctrl+Shift+1"
      }
    },
    "scratch": {
      "description": "Open notes tab on sidebar",
      "suggested_key": {
        "default": "Alt+4",
        "linux": "Ctrl+Shift+4"
      }
    },
    "news": {
      "description": "Open news tab on sidebar",
      "suggested_key": {
        "default": "Alt+5",
        "linux": "Ctrl+Shift+5"
      }
    },
    "games": {
      "description": "Open games tab on sidebar"
    },
    "integrations": {
      "description": "Open Integrations on sidebar",
      "suggested_key": {
        "default": "Alt+8",
        "linux": "Ctrl+Shift+8"
      }
    },
    "gpt": {
      "description": "Open ChatGPT on sidebar"
    },
    "google": {
      "description": "Open Google suite on sidebar"
    },
    "template": {
      "description": "Open templates tab on sidebar"
    },
    "searchPictures": {
      "description": "Open images search tab on sidebar"
    },
    "crypto": {
      "description": "Open crypto tab on sidebar"
    },
    "settings": {
      "description": "Open settings tab on sidebar"
    },
    "profile": {
      "description": "Open profile tab on sidebar"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvNKewMEciI0I2NkjbGiUmQd6lFL/m431qQXY7CFxu8pi5HVBHo1rD4NmtQ51/XiyWCN4hGzUUNJTrMp2n8GNMUpvJ5Rr+hf3DdDRHUf8ABvRdFunJOn84lKg42gWDI/iTnKY2QrBFKfHEGiMm6ZC+ZByKGtPa53yMhhEWl/mSP3bWJozBaDnb7bRys1aSwnItUsR9lRZAQpXPk1MTMCLNYITkSJ6eMsbih01dMurbHpjTFsdBbih9VE2UIho721wCcMhwAv3TUEidDMEzL6fbAqcObzl8Dj4D0NrjqacPB3cM8AGgC+msD+5GUMRK6YtrxgYyPpZi7+nu+7f/6nAawIDAQAB",
  "short_name": "MeaVana"
}