Changeset View
Changeset View
Standalone View
Standalone View
cashtab/extension/public/manifest.json
| { | { | ||||
| "manifest_version": 3, | "manifest_version": 3, | ||||
| "name": "Cashtab", | "name": "Cashtab", | ||||
| "description": "A browser-integrated eCash wallet from Bitcoin ABC", | "description": "A browser-integrated eCash wallet from Bitcoin ABC", | ||||
| "version": "4.47.0", | "version": "4.47.10", | ||||
| "content_scripts": [ | "content_scripts": [ | ||||
| { | { | ||||
| "matches": ["file://*/*", "http://*/*", "https://*/*"], | "matches": ["file://*/*", "http://*/*", "https://*/*"], | ||||
| "js": ["contentscript.js"], | "js": ["contentscript.js"], | ||||
| "run_at": "document_idle", | "run_at": "document_idle", | ||||
| "all_frames": true | "all_frames": true | ||||
| } | } | ||||
| ], | ], | ||||
| Show All 25 Lines | |||||