Stop Stealing Sheep

Stop Stealing Sheep

The extension makes the internet a better place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stop Stealing Sheep",
  "description": "The extension makes the internet a better place.",
  "author": "Ivan Ukhov",
  "version": "0.0.0.7",
  "icons": {
    "128": "images/logo128.png"
  },
  "background": {
    "scripts": [
      "aws-sdk.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "19": "images/logo19.png",
      "38": "images/logo38.png"
    },
    "default_title": "This page has just become a better place!"
  },
  "options_page": "index.html",
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "storage"
  ]
}