Mercurial > personal > no-gemini
comparison extension/manifest.json @ 1:eadd1318ddd6
Add Drive file pages + build script.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Fri, 27 Sep 2024 20:55:42 -0400 |
parents | 4802c0568c26 |
children | a99bc2e42e79 |
comparison
equal
deleted
inserted
replaced
0:4802c0568c26 | 1:eadd1318ddd6 |
---|---|
1 { | 1 { |
2 "manifest_version": 3, | 2 "manifest_version": 3, |
3 "name": "Hide Gemini", | 3 "name": "Hide Gemini", |
4 "version": "0.1", | 4 "version": "0.2", |
5 "icons": { | 5 "icons": { |
6 "16": "icons/16.png", | 6 "16": "icons/16.png", |
7 "32": "icons/32.png", | 7 "32": "icons/32.png", |
8 "64": "icons/64.png", | 8 "64": "icons/64.png", |
9 "128": "icons/128.png", | 9 "128": "icons/128.png", |
19 "https://docs.google.com/spreadsheets/d/*" | 19 "https://docs.google.com/spreadsheets/d/*" |
20 ] | 20 ] |
21 }, | 21 }, |
22 { | 22 { |
23 "css": ["css/drive.css"], | 23 "css": ["css/drive.css"], |
24 "matches": ["https://drive.google.com/drive/*"] | 24 "matches": [ |
25 "https://drive.google.com/drive/*", | |
26 "https://drive.google.com/file/d/*" | |
27 ] | |
25 }, | 28 }, |
26 { | 29 { |
27 "css": ["css/mail.css"], | 30 "css": ["css/mail.css"], |
28 "matches": ["https://mail.google.com/mail/*"] | 31 "matches": ["https://mail.google.com/mail/*"] |
29 } | 32 } |