-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add src/manifest.json for TB69, note: not fully work yet
- Loading branch information
1 parent
cd93480
commit 31292a5
Showing
4 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"applications": { | ||
"gecko": { | ||
"id": "awsomeautoarchive@opera.wang", | ||
"strict_min_version": "60.0", | ||
"strict_max_version": "69.0" | ||
} | ||
}, | ||
"version": "0.9beta", | ||
"manifest_version": 2, | ||
"name": "Awesome Auto Archive", | ||
"description": "Automatically Archive/Copy/Delete/Move emails based on user defined rules", | ||
"author": "Opera Wang", | ||
"homepage_url": "https://github.com/wangvisual/autoArchive", | ||
"legacy": { | ||
"type": "bootstrap", | ||
"options": { | ||
"page": "chrome://awsomeAutoArchive/content/autoArchivePrefDialog.xul", | ||
"open_in_tab": false | ||
} | ||
}, | ||
"icons": { | ||
"32": "icon.png", | ||
"48": "icon.png", | ||
"64": "icon.png" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
set PATH=c:\Program Files (x86)\7-Zip;c:\Program Files\7-Zip;d:\Program Files (x86)\7-Zip;d:\Program Files\7-Zip | ||
set zip=7z.exe a -tzip -mx1 -r | ||
set AllFiles=content locale defaults chrome.manifest icon.png install.rdf bootstrap.js | ||
set AllFiles=content locale defaults chrome.manifest manifest.json icon.png install.rdf bootstrap.js | ||
del awsomeAutoArchive-*-tb.xpi | ||
%zip% awsomeAutoArchive-0.9-tb.xpi %AllFiles% -xr!.svn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters