43 lines
782 B
JSON
43 lines
782 B
JSON
{
|
|
"name":"Spectabular",
|
|
"description":"Your tabs, managed.",
|
|
"author":"ollien",
|
|
"version":"0.530.1",
|
|
"manifest_version":2,
|
|
"icons":{
|
|
"16":"img/icon16.png",
|
|
"48":"img/icon48.png",
|
|
"128":"img/icon128.png"
|
|
},
|
|
"offline_enabled":true,
|
|
"browser_action":{
|
|
"default_icon":{
|
|
"19":"img/icon19.png",
|
|
"38":"img/icon38.png"
|
|
},
|
|
"default_popup":"popup.html"
|
|
},
|
|
"commands":{
|
|
"_execute_browser_action":{
|
|
"suggested_key":{
|
|
"windows":"Ctrl+Shift+E",
|
|
"mac":"Command+Shift+E",
|
|
"chromeos":"Ctrl+Shift+E",
|
|
"linux":"Ctrl+Shift+E"
|
|
}
|
|
}
|
|
},
|
|
"background":{
|
|
"scripts":["background.js"]
|
|
},
|
|
|
|
"options_page":"options.html",
|
|
|
|
"options_ui":{
|
|
"page":"options.html",
|
|
"chrome_style":true
|
|
},
|
|
|
|
"permissions":["tabs","storage","unlimitedStorage"]
|
|
|
|
} |