-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
125 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>Author</key> | ||
<string>Yasuaki Uechi</string> | ||
<key>Builder Version</key> | ||
<string>13605.3.8</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Polyglot</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>io.uechi.safari.polyglot</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>2.5.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>2.5.0</string> | ||
<key>Chrome</key> | ||
<dict> | ||
<key>Context Menu Items</key> | ||
<array> | ||
<dict> | ||
<key>Command</key> | ||
<string>translateSelectedText</string> | ||
<key>Identifier</key> | ||
<string>translate</string> | ||
<key>Title</key> | ||
<string>Translate</string> | ||
</dict> | ||
</array> | ||
<key>Global Page</key> | ||
<string>global.html</string> | ||
<key>Toolbar Items</key> | ||
<array> | ||
<dict> | ||
<key>Command</key> | ||
<string>translateSelectedText</string> | ||
<key>Identifier</key> | ||
<string>translate</string> | ||
<key>Image</key> | ||
<string>toolbar-icon.png</string> | ||
<key>Include By Default</key> | ||
<true/> | ||
<key>Label</key> | ||
<string>Translate</string> | ||
<key>Tool Tip</key> | ||
<string>Translate</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>Content</key> | ||
<dict> | ||
<key>Scripts</key> | ||
<dict> | ||
<key>End</key> | ||
<array> | ||
<string>injected.entry.js</string> | ||
</array> | ||
</dict> | ||
<key>Stylesheets</key> | ||
<array> | ||
<string>injected.css</string> | ||
</array> | ||
</dict> | ||
<key>Description</key> | ||
<string>Translate selected text into your native language.</string> | ||
<key>DeveloperIdentifier</key> | ||
<string>58XDWHK3JX</string> | ||
<key>ExtensionInfoDictionaryVersion</key> | ||
<string>1.0</string> | ||
<key>Permissions</key> | ||
<dict> | ||
<key>Website Access</key> | ||
<dict> | ||
<key>Include Secure Pages</key> | ||
<true/> | ||
<key>Level</key> | ||
<string>All</string> | ||
</dict> | ||
</dict> | ||
<key>Update Manifest URL</key> | ||
<string>https://uetchy.github.io/Polyglot/manifest.plist</string> | ||
<key>Website</key> | ||
<string>https://github.com/uetchy/Polyglot</string> | ||
</dict> | ||
</plist> | ||
<dict> | ||
<key>Author</key> | ||
<string>Yasuaki Uechi</string> | ||
<key>Builder Version</key> | ||
<string>13605.3.8</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Polyglot</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>io.uechi.safari.polyglot</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>2.6.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>2.6.0</string> | ||
<key>Chrome</key> | ||
<dict> | ||
<key>Context Menu Items</key> | ||
<array> | ||
<dict> | ||
<key>Command</key> | ||
<string>translateSelectedText</string> | ||
<key>Identifier</key> | ||
<string>translate</string> | ||
<key>Title</key> | ||
<string>Translate</string> | ||
</dict> | ||
</array> | ||
<key>Global Page</key> | ||
<string>global.html</string> | ||
<key>Toolbar Items</key> | ||
<array> | ||
<dict> | ||
<key>Command</key> | ||
<string>translateSelectedText</string> | ||
<key>Identifier</key> | ||
<string>translate</string> | ||
<key>Image</key> | ||
<string>toolbar-icon.png</string> | ||
<key>Include By Default</key> | ||
<true/> | ||
<key>Label</key> | ||
<string>Translate</string> | ||
<key>Tool Tip</key> | ||
<string>Translate</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>Content</key> | ||
<dict> | ||
<key>Scripts</key> | ||
<dict> | ||
<key>End</key> | ||
<array> | ||
<string>injected.entry.js</string> | ||
</array> | ||
</dict> | ||
<key>Stylesheets</key> | ||
<array> | ||
<string>injected.css</string> | ||
</array> | ||
</dict> | ||
<key>Description</key> | ||
<string>Translate selected text into your native language.</string> | ||
<key>DeveloperIdentifier</key> | ||
<string>58XDWHK3JX</string> | ||
<key>ExtensionInfoDictionaryVersion</key> | ||
<string>1.0</string> | ||
<key>Permissions</key> | ||
<dict> | ||
<key>Website Access</key> | ||
<dict> | ||
<key>Include Secure Pages</key> | ||
<true/> | ||
<key>Level</key> | ||
<string>All</string> | ||
</dict> | ||
</dict> | ||
<key>Update Manifest URL</key> | ||
<string>https://uetchy.github.io/Polyglot/manifest.plist</string> | ||
<key>Website</key> | ||
<string>https://github.com/uetchy/Polyglot</string> | ||
</dict> | ||
</plist> |
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,23 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>Extension Updates</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>io.uechi.safari.polyglot</string> | ||
<key>Developer Identifier</key> | ||
<string>58XDWHK3JX</string> | ||
<key>CFBundleVersion</key> | ||
<string>2.5.0</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>2.5.0</string> | ||
<key>URL</key> | ||
<string>https://github.com/uetchy/Polyglot/releases/download/v2.5.0/Polyglot.safariextz</string> | ||
<key>Update From Gallery</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> | ||
<dict> | ||
<key>Extension Updates</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>io.uechi.safari.polyglot</string> | ||
<key>Developer Identifier</key> | ||
<string>58XDWHK3JX</string> | ||
<key>CFBundleVersion</key> | ||
<string>2.6.0</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>2.6.0</string> | ||
<key>URL</key> | ||
<string>https://github.com/uetchy/Polyglot/releases/download/v2.6.0/Polyglot.safariextz</string> | ||
<key>Update From Gallery</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
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 |
---|---|---|
|
@@ -948,7 +948,7 @@ balanced-match@^1.0.0: | |
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" | ||
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= | ||
|
||
base64-js@^1.0.2: | ||
base64-js@^1.0.2, base64-js@^1.2.3: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3" | ||
integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw== | ||
|
@@ -3353,6 +3353,15 @@ pkg-dir@^3.0.0: | |
dependencies: | ||
find-up "^3.0.0" | ||
|
||
plist@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.1.tgz#a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c" | ||
integrity sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ== | ||
dependencies: | ||
base64-js "^1.2.3" | ||
xmlbuilder "^9.0.7" | ||
xmldom "0.1.x" | ||
|
||
plur@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/plur/-/plur-3.0.1.tgz#268652d605f816699b42b86248de73c9acd06a7c" | ||
|
@@ -4517,6 +4526,16 @@ xdg-basedir@^3.0.0: | |
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" | ||
integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= | ||
|
||
xmlbuilder@^9.0.7: | ||
version "9.0.7" | ||
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" | ||
integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= | ||
|
||
[email protected]: | ||
version "0.1.27" | ||
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" | ||
integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk= | ||
|
||
[email protected]: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz#e698189de49dd2a18cc5687b05e17c8e43943020" | ||
|