mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
835 B
JSON
19 lines
835 B
JSON
{
|
|
"name": "AppleIDiskServer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "With MobileMe iDisk, it.s easy to store, access, and share files online. You have plenty of storage space . even large files are no problem. Just add the files you need to your iDisk, and whatever you upload will be there for you to download using a web browser on any computer or using the iDisk app for iPhone, iPad, or iPod touch.",
|
|
"website": "http://www.apple.com/mobileme/features/idisk.html",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^AppleIDiskServer)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^AppleIDiskServer[\\.|-][A-Z\\d]+$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|