catlogjs
Version:
Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions
20 lines (19 loc) • 399 B
JSON
{
"name": "__MSG_appName__",
"version": "1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"default_locale": "en",
"app": {
"background": {
"scripts": ["scripts/main.js"]
}
},
"permissions": [
"unlimitedStorage"
]
}