11{
2- "page_action" : {
3- "default_icon" : " icons/128.png" ,
4- "default_popup" : " scripts/popup.html" ,
5- "default_title" : " show the Openconnect cookie/cmd line"
6- },
7- "description" : " easily extract and display the VPN cookie to use with openconnect and Cisco AnyConnect Servers." ,
8- "icons" : {
9- "128" : " icons/128.png" ,
10- "26" : " icons/26.png" ,
11- "32" : " icons/32.png" ,
12- "48" : " icons/48.png"
13- },
14- "manifest_version" : 2 ,
15- "name" : " OpenAnyconnect Cookie Tray (Uni Lincoln)" ,
16- "offline_enabled" : false ,
17- "permissions" : [" declarativeContent" , " activeTab" , " cookies" , " https://remote.lincoln.ac.uk/*" ],
18- "short_name" : " cookietray" ,
19- "version" : " 0.0.2" ,
20- "background" : {
21- "scripts" : [" scripts/background.js" ],
22- "persistent" : false
23- }
24- }
2+ "description" : " easily extract and display the VPN cookie to use with openconnect and Cisco AnyConnect Servers." ,
3+ "icons" : {
4+ "128" : " icons/128.png" ,
5+ "26" : " icons/26.png" ,
6+ "32" : " icons/32.png" ,
7+ "48" : " icons/48.png"
8+ },
9+ "manifest_version" : 3 ,
10+ "name" : " OpenAnyconnect Cookie Tray (Uni Lincoln)" ,
11+ "offline_enabled" : false ,
12+ "permissions" : [
13+ " declarativeContent" ,
14+ " activeTab" ,
15+ " cookies"
16+ ],
17+ "short_name" : " cookietray" ,
18+ "version" : " 0.1.0" ,
19+ "background" : {
20+ "service_worker" : " service_worker.js"
21+ },
22+ "action" : {
23+ "default_icon" : " icons/128.png" ,
24+ "default_popup" : " scripts/popup.html" ,
25+ "default_title" : " show the Openconnect cookie/cmd line"
26+ },
27+ "content_security_policy" : {},
28+ "host_permissions" : [
29+ " https://remote.lincoln.ac.uk/*"
30+ ]
31+ }
0 commit comments