Designer Daily Report

Designer Daily Report

Everything about design in just 5 minutes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Designer Daily Report",
  "description": "Everything about design in just 5 minutes.",
  "version": "0.1.14",
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "icons/16.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "action": {
    "default_icon": {
      "19": "/icons/19.png",
      "38": "/icons/38.png"
    }
  }
}