Added WebDAV syncing
This commit is contained in:
parent
b9e8278689
commit
d5518a164e
13 changed files with 284 additions and 70 deletions
|
|
@ -1,33 +1,39 @@
|
|||
{
|
||||
"name": "Custom Web",
|
||||
"description": "Customize web pages with scripts and styles",
|
||||
"icons": {
|
||||
"16": "img/icon16.png",
|
||||
"48": "img/icon48.png",
|
||||
"128": "img/icon128.png"
|
||||
},
|
||||
"version": "1.0.0.2",
|
||||
"manifest_version": 2,
|
||||
"permissions" : ["storage"],
|
||||
"background": {
|
||||
"scripts": ["js/storage.js", "js/file.js", "background.js"],
|
||||
"persistent": false
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"all_frames": true,
|
||||
"run_at": "document_start",
|
||||
"js": [
|
||||
"js/storage.js",
|
||||
"js/file.js",
|
||||
"content.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
"browser_action": {
|
||||
"default_title": "Custom Web",
|
||||
"default_icon": "img/icon128.png",
|
||||
"default_popup": "popup.html"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "Custom Web",
|
||||
"description": "Customize web pages with scripts and styles",
|
||||
"icons": {
|
||||
"16": "img/icon16.png",
|
||||
"48": "img/icon48.png",
|
||||
"128": "img/icon128.png"
|
||||
},
|
||||
"version": "1.0.0.2",
|
||||
"manifest_version": 2,
|
||||
"permissions" : ["storage"],
|
||||
"background": {
|
||||
"scripts": ["js/storage.js", "js/file.js", "background.js"],
|
||||
"persistent": false
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"all_frames": true,
|
||||
"run_at": "document_start",
|
||||
"js": [
|
||||
"js/storage.js",
|
||||
"js/file.js",
|
||||
"content.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
"browser_action": {
|
||||
"default_title": "Custom Web",
|
||||
"default_icon": "img/icon128.png",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "tanyaCustomWeb@git.sylvie.moe",
|
||||
"strict_min_version": "58.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue