File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2+ "manifest_version" : 3 ,
23 "name" : " Hackertab.dev - developer news" ,
34 "description" : " All developer news in one tab" ,
45 "version" : " 1.20.1" ,
56 "chrome_url_overrides" : {
67 "newtab" : " index.html"
78 },
9+ "host_permissions" : [" https://*.hackertab.dev/*" ],
10+ "content_scripts" : [
11+ {
12+ "matches" : [
13+ " http://127.0.0.1:5173/*" ,
14+ " http://localhost:5173/*" ,
15+ " https://hackertab.dev/*" ,
16+ " http://localhost:5173/*" ,
17+ " https://hackertab-staging.deno.dev/*"
18+ ],
19+ "run_at" : " document_start" ,
20+ "js" : [" content.js" ]
21+ }
22+ ],
823 "icons" : {
924 "16" : " /logos/logo16.png" ,
1025 "32" : " /logos/logo32.png" ,
Original file line number Diff line number Diff line change 11{
2- "manifest_version" : 3 ,
32 "background" : {
43 "service_worker" : " background.js"
5- },
6- "host_permissions" : [" https://*.hackertab.dev/*" ]
4+ }
75}
Original file line number Diff line number Diff line change 11{
2- "manifest_version" : 2 ,
3- "background" : {
4- "scripts" : [
5- " background.js"
6- ]
7- },
8- "permissions" : [
9- " https://*.hackertab.dev/*"
10- ],
11- "content_security_policy" : " script-src 'self' object-src 'self'" ,
12- "applications" : {
13- "gecko" : {
14- "id" : " {f8793186-e9da-4332-aa1e-dc3d9f7bb04c}"
15- }
16- }
17- }
2+ "background" : {
3+ "scripts" : [" background.js" ]
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments