34 lines
724 B
JSON
34 lines
724 B
JSON
|
|
{
|
||
|
|
"manifest_version": 2,
|
||
|
|
"name": "Embermarks",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Rediscover your forgotten bookmarks. Surface the ones you never visit.",
|
||
|
|
"author": "Bastian Gruber",
|
||
|
|
"homepage_url": "https://github.com/gruberb/embermarks",
|
||
|
|
|
||
|
|
"icons": {
|
||
|
|
"48": "icons/ember-48.svg",
|
||
|
|
"96": "icons/ember-96.svg"
|
||
|
|
},
|
||
|
|
|
||
|
|
"permissions": ["bookmarks", "history", "storage"],
|
||
|
|
|
||
|
|
"browser_action": {
|
||
|
|
"default_icon": {
|
||
|
|
"48": "icons/ember-48.svg"
|
||
|
|
},
|
||
|
|
"default_title": "Embermarks",
|
||
|
|
"default_popup": "popup/popup.html"
|
||
|
|
},
|
||
|
|
|
||
|
|
"options_ui": {
|
||
|
|
"page": "options/options.html",
|
||
|
|
"browser_style": true
|
||
|
|
},
|
||
|
|
|
||
|
|
"background": {
|
||
|
|
"scripts": ["background.js"],
|
||
|
|
"persistent": false
|
||
|
|
}
|
||
|
|
}
|