Scape

Give your browser the fresh coat of paint it deserves!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Scape",
  "description": "Give your browser the fresh coat of paint it deserves!",
  "version": "2.1.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "geolocation"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}