Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-29 06:57:51 +0300
committerMottie <wowmotty@gmail.com>2015-09-29 06:57:51 +0300
commitbd82654538270f331f025449560fca9c404333bd (patch)
treee173876488907f9e297e2065d04d763998412157 /src
parent088e13bf113837fa227efb949c72d65ebfda6097 (diff)
Add Chrome extension autoupdatev4.0.2
Diffstat (limited to 'src')
-rw-r--r--src/chrome/manifest.json1
-rw-r--r--src/chrome/updates.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json
index 0675bbd..f131a36 100644
--- a/src/chrome/manifest.json
+++ b/src/chrome/manifest.json
@@ -5,6 +5,7 @@
"author": "Chris Coyier",
"description": "__MSG_printliminatorDescription__",
"homepage_url": "https://github.com/CSS-Tricks/The-Printliminator",
+ "update_url": "https://css-tricks.github.io/The-Printliminator/updates.xml",
"default_locale": "en",
"icons": {
"16": "icon16.png",
diff --git a/src/chrome/updates.xml b/src/chrome/updates.xml
new file mode 100644
index 0000000..cfabf36
--- /dev/null
+++ b/src/chrome/updates.xml
@@ -0,0 +1,6 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
+ <app appid='nklechikgnfoonbfmcalddjcpmcmgapf'>
+ <updatecheck codebase='http://css-tricks.github.io/The-Printliminator/dist/chrome.crx' version='{version}' />
+ </app>
+</gupdate>