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:
Diffstat (limited to 'src')
-rw-r--r--src/chrome/manifest.json3
-rw-r--r--src/chrome/updates.xml6
2 files changed, 1 insertions, 8 deletions
diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json
index f131a36..b5d3135 100644
--- a/src/chrome/manifest.json
+++ b/src/chrome/manifest.json
@@ -1,11 +1,10 @@
{
"name": "__MSG_printliminatorName__",
- "version": "4.0.2",
+ "version": "4.0.3",
"manifest_version": 2,
"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
deleted file mode 100644
index cfabf36..0000000
--- a/src/chrome/updates.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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>