I Like This

I Like This

This extension allows you to Like or Dislike any URL on the web, in order to keep track of these urls for your own benefit and in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "I Like This",
  "version": "0.2.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_popup": "./ILikeThisFrontend/popup.html",
    "default_title": "I Like This Extension"
  },
  "permissions": [
    "storage",
    "activeTab"
  ]
}