Inspect and view changes in Kitten Block source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Kitten Block",
"description": "Redirects the Daily Mail and Daily Express websites to Tea and Kittens.",
"version": "1.1",
"background": {
"scripts": [
"kblock.js"
],
"persistent": false
},
"permissions": [
"tabs"
],
"icons": {
"48": "kb_48.png",
"128": "kb_128.png"
}
}