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",
"manifest_version": 3,
"version": "1.0.0",
"name": "Cipher-Lock",
"author": "whelam",
"description": "You know what I mean",
"action": {
"default_popup": "index.html",
"default_title": " Cipher Lock",
"default_icon": "images\/48.png"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-cc8f85fb.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"background",
"contextMenus",
"activeTab",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/index.ts-5bec1cd9.js"
],
"use_dynamic_url": true
}
]
}