20 lines
341 B
JSON
20 lines
341 B
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "Upto",
|
|
"version": "0.1",
|
|
|
|
"description": "Uploads the URL+timestamp to the uptoserver",
|
|
|
|
"icons": {
|
|
"48": "icons/48.png"
|
|
},
|
|
"browser_action": {
|
|
"browser_style": true,
|
|
"default_popup": "popup/choose.html",
|
|
"default_icon": {
|
|
"16": "icons/48.png"
|
|
}
|
|
}
|
|
}
|