Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DesignSpec Web Clipper",
"description": "Create and edit specs directly from any vendor webpage.",
"manifest_version": 3,
"icons": {
"16": "DesignSpec_logo_16.png",
"32": "DesignSpec_logo_32.png",
"48": "DesignSpec_logo_48.png",
"128": "DesignSpec_logo_128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"*.png",
"content.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": ".\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.designspec.com\/*",
"*:\/\/*.localhost\/*"
],
"js": [
"extensionInstalled.js"
],
"run_at": "document_idle"
}
],
"action": [],
"permissions": [
"tabs",
"webNavigation",
"activeTab",
"downloads",
"downloads.open",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>",
"file:\/\/*",
"http:\/\/*\/",
"https:\/\/*\/"
],
"version": "1.1.5"
}