Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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.2.0",
"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"
}
}