Screely: Instant Browser Mockups

Screely: Instant Browser Mockups

Instantly turn your page into a beautiful browser mockup you can share anywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Screely: Instant Browser Mockups",
  "short_name": "Screely",
  "version": "1.1.1",
  "description": "Instantly turn your page into a beautiful browser mockup you can share anywhere",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "Screely this page!"
  },
  "permissions": [
    "activeTab",
    "*://*/*",
    "https://www.screely.com/editor",
    "<all_urls>"
  ],
  "manifest_version": 2
}