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
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-29 06:34:50 +0300
committerMottie <wowmotty@gmail.com>2015-09-29 06:34:50 +0300
commitf00f46471ce7c0a1c566a3773a09341268b03d9b (patch)
tree92f442bef12c0c86de60038a341a140ffbfb490f /src/chrome/manifest.json
parent09780adc248988808678eadaa5b33590c19e2493 (diff)
Add Chrome & Opera extensionsv4.0.1
Diffstat (limited to 'src/chrome/manifest.json')
-rw-r--r--src/chrome/manifest.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json
new file mode 100644
index 0000000..9627dd9
--- /dev/null
+++ b/src/chrome/manifest.json
@@ -0,0 +1,28 @@
+{
+ "name": "__MSG_printliminatorName__",
+ "version": "4.0.1",
+ "manifest_version": 2,
+ "author": "Chris Coyier",
+ "description": "__MSG_printliminatorDescription__",
+ "homepage_url": "https://github.com/CSS-Tricks/The-Printliminator",
+ "default_locale": "en",
+ "icons": {
+ "16": "icon16.png",
+ "32": "icon32.png",
+ "48": "icon48.png",
+ "64": "icon64.png",
+ "128": "icon128.png"
+ },
+ "browser_action": {
+ "default_icon": "icon-32.png",
+ "default_title": "__MSG_printliminatorName__",
+ "default_popup": "popup.html"
+ },
+ "permissions": [
+ "activeTab"
+ ],
+ "web_accessible_resources": [
+ "printliminator.js",
+ "printliminator.css"
+ ]
+} \ No newline at end of file