Inspect and view changes in フォレスト | レインズ、ATBBから図面データを自動取込 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"16": "icon16.plasmo.0a6ac200.png",
"32": "icon32.plasmo.3e5d7a9f.png",
"48": "icon48.plasmo.917fd7b2.png",
"64": "icon64.plasmo.a7e723ab.png",
"128": "icon128.plasmo.f1dfb47c.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.0a6ac200.png",
"32": "icon32.plasmo.3e5d7a9f.png",
"48": "icon48.plasmo.917fd7b2.png",
"64": "icon64.plasmo.a7e723ab.png",
"128": "icon128.plasmo.f1dfb47c.png"
},
"default_popup": "popup.html"
},
"version": "0.3.1",
"author": "Open Room Inc. <tech@openrm.co.jp>",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://forest.openrm.jp",
"background": {
"service_worker": "static/background/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"identity",
"scripting"
],
"content_scripts": [
{
"matches": [
"https://forestapp.openrm.jp/*"
],
"js": [
"forest.159588b5.js"
],
"css": []
},
{
"matches": [
"*://system.reins.jp/main/*"
],
"js": [
"reins-sync.b81e4047.js"
],
"css": []
},
{
"matches": [
"*://system.reins.jp/main/*"
],
"js": [
"reins-single.dc6f87f4.js"
],
"css": [
"reins-single.0d66a99e.css"
]
},
{
"matches": [
"*://system.reins.jp/main/*"
],
"js": [
"reins-bulk.19793940.js"
],
"css": [
"reins-bulk.c352eec5.css"
]
},
{
"matches": [
"*://zmn.atbb.athome.co.jp/infosheets/*"
],
"js": [
"atbb.3fa8461d.js"
],
"exclude_matches": [
"*://zmn.atbb.athome.co.jp/infosheets/info_sheet"
],
"css": [
"atbb.67cd9ec9.css",
"reins-bulk.c352eec5.css"
]
}
],
"default_locale": "ja",
"host_permissions": [
"*://system.reins.jp/*",
"https://forestapp.openrm.jp/*"
],
"web_accessible_resources": [
{
"matches": [
"*://system.reins.jp/*"
],
"resources": [
"reins-single.0d66a99e.css"
]
},
{
"matches": [
"*://system.reins.jp/*"
],
"resources": [
"reins-single.0d66a99e.css"
]
},
{
"matches": [
"*://zmn.atbb.athome.co.jp/*"
],
"resources": [
"atbb.67cd9ec9.css",
"reins-single.0d66a99e.css"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}