Testing Daily | The Tester's Home Page

Testing Daily | The Tester's Home Page

Get the feed of the latest testing news.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Testing Daily | The Tester's Home Page",
  "description": "Get the feed of the latest testing news.",
  "version": "1.1.0.9",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Testing Daily"
  },
  "chrome_url_overrides": {
    "newtab": "src/index.html"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "host_permissions": [
    "http://*.testingdaily.info/*",
    "https://*.testcasehub.net/*"
  ],
  "icons": {
    "16": "logo/16.png",
    "32": "logo/32.png",
    "48": "logo/48.png",
    "96": "logo/48.png",
    "128": "logo/128.png"
  }
}