Decomment

Decomment

Decomment - Read deleted comments on Reddit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Decomment",
  "short_name": "Decomment - Read deleted comments on Reddit",
  "description": "Decomment - Read deleted comments on Reddit",
  "homepage_url": "http://decomment.com",
  "version": "1.7",
  "background": {
    "persistent": false,
    "scripts": [
      "lib/jquery/jquery.js",
      "lib/purl/purl.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/no_content.png",
    "default_popup": "html/no_comments.html",
    "default_title": "Decomment"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "alarms",
    "https://zerocode.ru/",
    "http://zerocode.ru/",
    "http://decomment.com/"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}