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:
Diffstat (limited to 'dist/chrome/manifest.json')
-rw-r--r--dist/chrome/manifest.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json
new file mode 100644
index 0000000..9627dd9
--- /dev/null
+++ b/dist/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