Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"version": "4.3.0",
"manifest_version": 3,
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"sidePanel",
"storage",
"unlimitedStorage",
"activeTab",
"scripting",
"userScripts",
"tabs",
"webNavigation",
"contextMenus",
"cookies"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"html-sanitizer.js",
"text-improvement.js",
"content-script.js"
],
"run_at": "document_idle",
"type": "module",
"all_frames": true
},
{
"matches": [
"https:\/\/getshaper.app\/*",
"https:\/\/*.getshaper.app\/*"
],
"js": [
"shaper-domain-marker.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"https:\/\/openuserjs.org\/scripts\/*\/*",
"https:\/\/greasyfork.org\/*\/scripts\/*"
],
"js": [
"userscript-site-bridge.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"side_panel": {
"default_path": "sidepanel\/index.html"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "Shaper"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"text-improvement.css",
"images\/icon16.png",
"images\/icon32.png",
"images\/icon48.png",
"images\/svgs\/*.svg",
"lib\/pdf.mjs",
"lib\/pdf.worker.mjs",
"lib\/jsdiff.js",
"CHANGELOG.md",
"inject-shaper-runtime.js",
"doodle-container.js",
"supabase-sync-service.js",
"supabase-sync\/*.js",
"sync-integration.js",
"_locales\/*\/messages.json"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}