Crono

Crono

Mobile notifications, now on your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Crono",
  "description": "__MSG_appDesc__",
  "short_name": "Crono",
  "version": "3.4.7",
  "manifest_version": 2,
  "default_locale": "en",
  "homepage_url": "https://crono.app",
  "icons": {
    "48": "icons/48x48.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png",
    "256": "icons/256x256.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/48x48.png",
      "64": "icons/64x64.png",
      "128": "icons/128x128.png",
      "256": "icons/256x256.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "clipboardRead",
    "contextMenus",
    "notifications",
    "activeTab",
    "storage",
    "downloads"
  ],
  "content_security_policy": "object-src 'self'; script-src 'self'; img-src * 'self' data:;",
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "MacCtrl+Shift+Y"
      },
      "description": "Send a 'toggle-feature' event to the extension"
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}