12345678910111213141516171819202122 |
- {
- "manifest_version": 2,
- "name": "NZHerald Bypass",
- "version": "1.1.8",
- "description": "Improves the NZHerald experience",
- "content_scripts": [
- {
- "js": [
- "inject.js"
- ],
- "css": [
- "style.css"
- ],
- "matches": [
- "https://www.nzherald.co.nz/*"
- ]
- }
- ],
- "icons": {
- "128": "img/icon-128.png"
- }
- }
|