Comment organizer

Comment organizer

Chrome extension for quick access to frequently used text templates previously saved in this extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Comment organizer",
  "short_name": "CO",
  "version": "1.20",
  "author": "Vitalii Bilousov",
  "icons": {
    "16": "/Icons/commentswizardicon16.png",
    "48": "/Icons/commentswizardicon48.png",
    "128": "/Icons/commentswizardicon128.png"
  },
  "description": "Chrome extension for quick access to frequently used text templates previously saved in this extension.",
  "background": {
    "scripts": [
      "/ThirdPartyLibs/angular.min.js",
      "RuntimeServices.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "16": "/Icons/commentswizardicon16.png",
      "24": "/Icons/commentswizardicon48.png",
      "32": "/Icons/commentswizardicon128.png"
    },
    "default_title": "Comment organizer",
    "default_popup": "Startup.html"
  }
}