Daily Garfield Comics

Daily Garfield Comics

Display daily Garfield comic strips

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Daily Garfield Comics",
  "author": "Tóth Krisztián Gyula",
  "version": "0.0.3",
  "description": "Display daily Garfield comic strips",
  "icons": {
    "16": "src/resources/icon16.png",
    "32": "src/resources/icon32.png",
    "48": "src/resources/icon48.png",
    "128": "src/resources/icon128.png"
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/resources/images/garfield_head.png",
        "src/resources/images/garfield404.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "src/background.js"
  },
  "host_permissions": [
    "http://picayune.uclick.com/*"
  ]
}