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": "Interactive Demos | Demos.page - Create Demos & Guides in Minutes",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"cookies",
"activeTab",
"idle",
"scripting",
"management",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/demos.page\/",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"\/*",
"icons\/*",
"fonts\/*.*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/",
"https:\/\/*\/"
],
"css": [
"dp_contentScript.css"
],
"js": [
"dp_contentScript.js",
"dp_shortcut.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"32": "icons\/demospage32.png",
"128": "icons\/demospage128.png"
},
"version": "0.1.7",
"description": "Create and customize step-by-step directions for any website to help your audience understand the product better."
}