Skip to content

Commit

Permalink
We, the inhabitants manifest that!
Browse files Browse the repository at this point in the history
.. 99%
  • Loading branch information
aleph1888 committed Mar 21, 2015
1 parent 603e683 commit 4253bc0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions manifest.json
@@ -0,0 +1,29 @@
{
"name": "Lorea 2.0 Backup Holder",
"description": "Your Lorea's back ups.",
"homepage_url": "https://n-1.cc/discussion/view/2095202/lorea-reloaded-spring-summer-autumn-2015-plugin-inhabitant-backups",
"version": "0.0.0",
"manifest_version": 0,
"icons": {
"128": "src/images/icon_128.png"
},
"browser_action": {
"default_title": "Lorea - back ups",
"default_icon": "src/images/icon_128.png",
"default_popup": "src/html/popup.html"
},
"background": {
"page": "src/html/background.html"
},
"permissions": [
"tabs", "storage", "clipboardRead", "clipboardWrite", "contextMenus", "notifications", "unlimitedStorage"
],
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["src/js/frontend/scripts/inject.js"]
}
],
"options_page": "src/html/index.html#/settings",
"minimum_chrome_version": "34.0"
}

0 comments on commit 4253bc0

Please sign in to comment.